linux-stable/tools/lib/perf
Namhyung Kim e2a99c9a9a libperf: Add perf_evlist__reset_id_hash()
Add the perf_evlist__reset_id_hash() function as an internal function so
that it can be called by perf to reset the hash table.  This is
necessary for 'perf stat' to run the workload multiple times.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: https://lore.kernel.org/r/20210225035148.778569-1-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2021-03-06 16:54:31 -03:00
..
Documentation libperf: Fix man page typos 2020-08-13 09:34:26 -03:00
include libperf: Add perf_evlist__reset_id_hash() 2021-03-06 16:54:31 -03:00
tests libperf tests: Fail when failing to get a tracepoint id 2021-01-15 17:28:27 -03:00
Build
core.c
cpumap.c libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for all_cpus. 2020-05-05 16:35:29 -03:00
evlist.c libperf: Add perf_evlist__reset_id_hash() 2021-03-06 16:54:31 -03:00
evsel.c
internal.h
lib.c
libperf.map
libperf.pc.template
Makefile
mmap.c
threadmap.c
xyarray.c