linux/tools/perf/lib
Andi Kleen 363fb12189 perf evsel: Add functions to enable/disable for a specific CPU
Refactor the existing functions to use these functions internally.

Used in the next patch.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lore.kernel.org/lkml/20191121001522.180827-12-andi@firstfloor.org
Link: http://lore.kernel.org/lkml/20191127232657.GL84886@tassilo.jf.intel.com # Fix
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-11-29 12:20:45 -03:00
..
Documentation
include perf evsel: Add functions to enable/disable for a specific CPU 2019-11-29 12:20:45 -03:00
tests libperf: Keep count of failed tests 2019-10-19 15:35:01 -03:00
Build
Makefile libperf: Link static tests with libapi.a 2019-10-19 15:35:01 -03:00
core.c perf tools: Propagate CFLAGS to libperf 2019-10-11 10:55:22 -03:00
cpumap.c perf evlist: Maintain evlist->all_cpus 2019-11-29 12:20:45 -03:00
evlist.c perf evlist: Maintain evlist->all_cpus 2019-11-29 12:20:45 -03:00
evsel.c perf evsel: Add functions to enable/disable for a specific CPU 2019-11-29 12:20:45 -03:00
internal.h libperf: Add pr_err() macro 2019-10-19 15:35:01 -03:00
lib.c
libperf.map libperf: Do not export perf_evsel__init()/perf_evlist__init() 2019-10-19 15:35:01 -03:00
libperf.pc.template
mmap.c libperf: Introduce perf_evlist__for_each_mmap() 2019-10-19 15:35:01 -03:00
threadmap.c
xyarray.c