]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
libperf: Add perf_evlist__id_add() function
authorJiri Olsa <jolsa@kernel.org>
Tue, 3 Sep 2019 09:01:04 +0000 (11:01 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:48 +0000 (09:51 -0300)
commitb0031c22819ab606a0cb648c0f0a7d80db3c3a89
tree0ca1492189ab6d76d6ddb62a0f02b5c37329cec4
parentff47d86a0d9bf618b185b49cb4bb9c6f957bb445
libperf: Add perf_evlist__id_add() function

Add the perf_evlist__id_add() function to libperf as an internal
function.  We already have the 'heads' member in 'struct perf_evlist'.

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-31-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/lib/evlist.c
tools/perf/lib/include/internal/evlist.h
tools/perf/tests/event_update.c
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/header.c