lkml.org 
[lkml]   [2015]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/4] Revert "perf tools: Fix data_read_offset() file opening"
    Date
    This reverts commit 9ba6765a979f5f7d3f6456f8c79c66f4aef2d66b.

    The problem will be fixed by later patch in some other way.

    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Signed-off-by: Namhyung Kim <namhyung@kernel.org>
    ---
    Arnaldo, you can ignore this if you drop the Adrian's patch in the tree..

    tools/perf/util/dso.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/perf/util/dso.c b/tools/perf/util/dso.c
    index e248f5693a48..1b96c8d18435 100644
    --- a/tools/perf/util/dso.c
    +++ b/tools/perf/util/dso.c
    @@ -756,7 +756,7 @@ off_t dso__data_size(struct dso *dso, struct machine *machine)
    static ssize_t data_read_offset(struct dso *dso, struct machine *machine,
    u64 offset, u8 *data, ssize_t size)
    {
    - if (dso__data_size(dso, machine) < 0)
    + if (data_file_size(dso, machine))
    return -1;

    /* Check the offset sanity. */
    --
    2.4.0


    \
     
     \ /
      Last update: 2015-05-20 09:21    [W:2.656 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site