linux/tools/lib/perf
Ian Rogers ecdcf630d7 perf evlist: Allow setting arbitrary leader
The leader of a group is the first, but allow it to be an arbitrary list
member so that for Intel topdown events slots may always be the group
leader.

Reviewed-by: Kajol Jain <kjain@linux.ibm.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: John Garry <john.garry@huawei.com>
Cc: Kajol Jain <kjain@linux.ibm.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Clarke <pc@us.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Riccardo Mancini <rickyman7@gmail.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Vineet Singh <vineet.singh@intel.com>
Link: http://lore.kernel.org/lkml/20211130174945.247604-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2021-12-07 22:18:24 -03:00
..
Documentation libperf: Add evsel mmap support 2021-04-15 16:38:51 -03:00
include perf evlist: Allow setting arbitrary leader 2021-12-07 22:18:24 -03:00
tests libperf tests: Add test_stat_multiplexing test 2021-12-07 22:18:23 -03:00
Build libperf: Change tests to single static and shared binaries 2021-07-07 11:41:58 -03:00
core.c
cpumap.c libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sorted 2021-10-08 11:29:16 -03:00
evlist.c perf evlist: Allow setting arbitrary leader 2021-12-07 22:18:24 -03:00
evsel.c libperf: Adopt perf_counts_values__scale() from tools/perf/util 2021-12-07 22:18:23 -03:00
internal.h
lib.c
libperf.map libperf: Adopt perf_counts_values__scale() from tools/perf/util 2021-12-07 22:18:23 -03:00
libperf.pc.template
Makefile libperf: Change tests to single static and shared binaries 2021-07-07 11:41:58 -03:00
mmap.c libperf: Remove scaling process from perf_mmap__read_self() 2021-12-07 22:18:23 -03:00
threadmap.c
xyarray.c