diff options
author | Ingo Molnar <mingo@kernel.org> | 2013-10-08 05:51:31 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-10-08 05:51:31 -0400 |
commit | 429eb051011a580beae2dc9f8caed5dade9591dc (patch) | |
tree | b777c5d032e34c634aa19bf9fc0833390b37d7f1 /tools/perf/builtin-stat.c | |
parent | b7af41a1bc255c0098c37a4bcf5c7e5e168ce875 (diff) | |
parent | 1651d120baddf68846188bcdf0ef5350068436cf (diff) |
Merge branch 'perf/urgent' into tools/perf/build
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r-- | tools/perf/builtin-stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index cc7efee9d301..700b47849101 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c | |||
@@ -534,6 +534,7 @@ static int __run_perf_stat(int argc, const char **argv) | |||
534 | perror("failed to prepare workload"); | 534 | perror("failed to prepare workload"); |
535 | return -1; | 535 | return -1; |
536 | } | 536 | } |
537 | child_pid = evsel_list->workload.pid; | ||
537 | } | 538 | } |
538 | 539 | ||
539 | if (group) | 540 | if (group) |