linux/tools/perf/ui/gtk
Ian Rogers 035f0c279b perf annotate: Prefer passing evsel to evsel->core.idx
An evsel idx may not be stable due to sorting, evlist removal,
etc. Try to reduce it being part of APIs by explicitly passing the
evsel in annotate code. Internally the code just reads evsel->core.idx
so behavior is unchanged.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Chen Ni <nichen@iscas.ac.cn>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Link: https://lore.kernel.org/r/20250117181848.690474-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
2025-01-18 10:02:10 -08:00
..
annotate.c perf annotate: Prefer passing evsel to evsel->core.idx 2025-01-18 10:02:10 -08:00
browser.c tools: Rename __fallthrough to fallthrough 2023-04-06 21:41:00 -03:00
Build perf/ui/gtk: Fix gtk2 build 2020-01-14 12:40:33 -03:00
gtk.h perf annotate: Use global annotation_options 2023-12-07 17:17:57 -03:00
helpline.c tools: Rename __fallthrough to fallthrough 2023-04-06 21:41:00 -03:00
hists.c tools: Rename __fallthrough to fallthrough 2023-04-06 21:41:00 -03:00
progress.c
setup.c
util.c