lkml.org 
[lkml]   [2020]   [Jul]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH v12 08/15] perf stat: factor out body of event handling loop for fork case
    From
    Date

    Factor out body of event handling loop for fork case reusing
    handle_interval() function.

    Signed-off-by: Alexey Budankov <alexey.budankov@linux.intel.com>
    Acked-by: Jiri Olsa <jolsa@redhat.com>
    Acked-by: Namhyung Kim <namhyung@kernel.org>
    ---
    tools/perf/builtin-stat.c | 5 +----
    1 file changed, 1 insertion(+), 4 deletions(-)

    diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
    index 87eebf3f55ae..91f31518948e 100644
    --- a/tools/perf/builtin-stat.c
    +++ b/tools/perf/builtin-stat.c
    @@ -792,10 +792,7 @@ static int __run_perf_stat(int argc, const char **argv, int run_idx)
    if (interval || timeout) {
    while (!waitpid(child_pid, &status, WNOHANG)) {
    nanosleep(&ts, NULL);
    - if (timeout)
    - break;
    - process_interval();
    - if (interval_count && !(--times))
    + if (timeout || handle_interval(interval, &times))
    break;
    }
    }
    --
    2.24.1

    \
     
     \ /
      Last update: 2020-07-17 09:04    [W:4.575 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site