perf stat: Use perf_evlist__enable in handle_initial_delay
No need to mimic the behaviour of perf_evlist__enable, we can use it directly. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1449133606-14429-5-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
3e27c92081
commit
ab46db0a33
@ -253,12 +253,9 @@ static void process_interval(void)
|
|||||||
|
|
||||||
static void handle_initial_delay(void)
|
static void handle_initial_delay(void)
|
||||||
{
|
{
|
||||||
struct perf_evsel *counter;
|
|
||||||
|
|
||||||
if (initial_delay) {
|
if (initial_delay) {
|
||||||
usleep(initial_delay * 1000);
|
usleep(initial_delay * 1000);
|
||||||
evlist__for_each(evsel_list, counter)
|
perf_evlist__enable(evsel_list);
|
||||||
perf_evsel__enable(counter);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user