Searched refs:nr_asm_entries (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 374 browser->b.nr_entries = notes->nr_asm_entries; in annotate_browser__toggle_source() 388 browser->nr_entries = notes->nr_asm_entries; in ui_browser__init_asm_mode() 804 ui_helpline__fpush("%d: nr_ent=%d, height=%d, idx=%d, top_idx=%d, nr_asm_entries=%d", in annotate_browser__run() 809 notes->nr_asm_entries); in annotate_browser__run()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 405 browser->b.nr_entries = notes->nr_asm_entries; in annotate_browser__toggle_source() 438 browser->nr_entries = notes->nr_asm_entries; in ui_browser__init_asm_mode() 858 ui_helpline__fpush("%d: nr_ent=%d, height=%d, idx=%d, top_idx=%d, nr_asm_entries=%d", in annotate_browser__run() 863 notes->nr_asm_entries); in annotate_browser__run()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 286 int nr_asm_entries; member
|
H A D | annotate.c | 2670 notes->nr_asm_entries = 0; in annotation__set_offsets() 2679 al->idx_asm = notes->nr_asm_entries++; in annotation__set_offsets()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 286 int nr_asm_entries; member
|
H A D | annotate.c | 2800 notes->nr_asm_entries = 0; in annotation__set_offsets() 2809 al->idx_asm = notes->nr_asm_entries++; in annotation__set_offsets()
|
Completed in 14 milliseconds