diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2018-01-12 16:21:04 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-01-12 16:57:16 -0300 |
commit | 1688c2fdf6e72633c7f463da3878b58eef01ba56 (patch) | |
tree | 0ffaafc621430fed9bd247cfee16a85040545221 /tools/perf/scripts/python | |
parent | fa1195ccc0af2d121abe0fe266a1caee8c265eea (diff) |
perf evsel: Check if callchain is enabled before setting it up
The construct:
if (callchain_param)
perf_evsel__config_callchain(evsel, opts, &callchain_param);
happens in several places, so make perf_evsel__config_callchain() work
just like free(NULL), do nothing if param->enabled is not set.
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Hendrick Brueckner <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Thomas Richter <[email protected]>
Cc: Wang Nan <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions