libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Move the 'system_wide 'member from perf's evsel to libperf's perf_evsel. Committer notes: Added stdbool.h as we now use bool here. Signed-off-by:Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Michael Petlan <mpetlan@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lore.kernel.org/lkml/20190913132355.21634-20-jolsa@kernel.org Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/arch/x86/util/intel-pt.c 2 additions, 2 deletionstools/perf/arch/x86/util/intel-pt.c
- tools/perf/builtin-script.c 1 addition, 1 deletiontools/perf/builtin-script.c
- tools/perf/builtin-stat.c 2 additions, 2 deletionstools/perf/builtin-stat.c
- tools/perf/lib/include/internal/evsel.h 2 additions, 0 deletionstools/perf/lib/include/internal/evsel.h
- tools/perf/tests/switch-tracking.c 3 additions, 3 deletionstools/perf/tests/switch-tracking.c
- tools/perf/util/evlist.c 5 additions, 5 deletionstools/perf/util/evlist.c
- tools/perf/util/evsel.c 4 additions, 4 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 0 additions, 1 deletiontools/perf/util/evsel.h
- tools/perf/util/parse-events.c 1 addition, 1 deletiontools/perf/util/parse-events.c
- tools/perf/util/stat.c 1 addition, 1 deletiontools/perf/util/stat.c
Please register or sign in to comment