Home
last modified time | relevance | path

Searched refs:NO_ADDR (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate.c608 __hist_entry__tui_annotate(browser->he, &target_ms, evsel, hbt, NO_ADDR); in annotate_browser__callq()
1240 if (al_addr != NO_ADDR) { in __hist_entry__tui_annotate()
H A Dhists.c2488 err = __hist_entry__tui_annotate(he, &act->ms, evsel, browser->hbt, NO_ADDR); in do_annotate()
/linux/tools/perf/util/
H A Dhist.h712 #define NO_ADDR 0 macro
/linux/tools/perf/
H A Dbuiltin-annotate.c523 key = hist_entry__tui_annotate(he, evsel, NULL, NO_ADDR); in hists__find_annotations()
H A Dbuiltin-c2c.c2599 u64 al_addr = NO_ADDR; in perf_c2c__toggle_annotation()