commit | 52e22fb8af779e1a26b1cbde1db2f82f78b3ae68 | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Sun Jul 21 13:24:27 2019 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Jul 29 18:34:44 2019 -0300 |
tree | 5ff5a28de0783c1ad24774e8515bdfdb54217572 | |
parent | 9a5edde6d3a6fb26101406534f7a5d09a9fcd362 [diff] |
libperf: Add perf_evlist__remove() function Adding perf_evlist__remove() function to remove a perf_evsel from a perf_evlist struct. Signed-off-by: Jiri Olsa <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Alexey Budankov <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Michael Petlan <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>