lkml.org 
[lkml]   [2015]   [Jan]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/3] perf tools: Fix a dso open fail message
    Date
    It's not related to mmap, remove it from the message.

    Signed-off-by: Namhyung Kim <namhyung@kernel.org>
    ---
    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 c2f7d3b90966..a8b3f18db1a5 100644
    --- a/tools/perf/util/dso.c
    +++ b/tools/perf/util/dso.c
    @@ -240,7 +240,7 @@ static int do_open(char *name)
    if (fd >= 0)
    return fd;

    - pr_debug("dso open failed, mmap: %s\n",
    + pr_debug("dso open failed: %s\n",
    strerror_r(errno, sbuf, sizeof(sbuf)));
    if (!dso__data_open_cnt || errno != EMFILE)
    break;
    --
    2.2.2


    \
     
     \ /
      Last update: 2015-01-30 04:01    [W:3.658 / U:2.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site