Searched refs:auxtrace_heap (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.h | 277 * struct auxtrace_heap_item - element of struct auxtrace_heap. 288 * struct auxtrace_heap - a heap suitable for sorting AUX area tracing queues. 293 struct auxtrace_heap { struct 531 int auxtrace_heap__add(struct auxtrace_heap *heap, unsigned int queue_nr, 533 void auxtrace_heap__pop(struct auxtrace_heap *heap); 534 void auxtrace_heap__free(struct auxtrace_heap *heap);
|
H A D | auxtrace.c | 484 int auxtrace_heap__add(struct auxtrace_heap *heap, unsigned int queue_nr, in auxtrace_heap__add() 507 void auxtrace_heap__free(struct auxtrace_heap *heap) in auxtrace_heap__free() 514 void auxtrace_heap__pop(struct auxtrace_heap *heap) in auxtrace_heap__pop()
|
H A D | intel-bts.c | 47 struct auxtrace_heap heap;
|
H A D | arm-spe.c | 41 struct auxtrace_heap heap;
|
H A D | s390-cpumsf.c | 48 * by the auxtrace_heap. This is basicly a stack, each stack element has two 55 * filled with data (offset/size pairs) and the auxtrace_heap is populated. 59 * the perf record is compared with the time stamp located on the auxtrace_heap 66 * current auxtrace_heap top. 80 * auxtrace_heap top. This is triggered by ordered_event->deliver(). 170 struct auxtrace_heap heap;
|
H A D | cs-etm.c | 45 struct auxtrace_heap heap; 2235 * move on to another entry in the auxtrace_heap. in cs_etm__process_queues()
|
H A D | intel-pt.c | 57 struct auxtrace_heap heap;
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | auxtrace.h | 301 * struct auxtrace_heap_item - element of struct auxtrace_heap. 312 * struct auxtrace_heap - a heap suitable for sorting AUX area tracing queues. 317 struct auxtrace_heap { struct 551 int auxtrace_heap__add(struct auxtrace_heap *heap, unsigned int queue_nr, 553 void auxtrace_heap__pop(struct auxtrace_heap *heap); 554 void auxtrace_heap__free(struct auxtrace_heap *heap);
|
H A D | auxtrace.c | 487 int auxtrace_heap__add(struct auxtrace_heap *heap, unsigned int queue_nr, in auxtrace_heap__add() 510 void auxtrace_heap__free(struct auxtrace_heap *heap) in auxtrace_heap__free() 517 void auxtrace_heap__pop(struct auxtrace_heap *heap) in auxtrace_heap__pop()
|
H A D | s390-cpumsf.c | 48 * by the auxtrace_heap. This is basically a stack, each stack element has two 55 * filled with data (offset/size pairs) and the auxtrace_heap is populated. 59 * the perf record is compared with the time stamp located on the auxtrace_heap 66 * current auxtrace_heap top. 80 * auxtrace_heap top. This is triggered by ordered_event->deliver(). 171 struct auxtrace_heap heap;
|
H A D | intel-bts.c | 47 struct auxtrace_heap heap;
|
H A D | arm-spe.c | 43 struct auxtrace_heap heap;
|
H A D | cs-etm.c | 46 struct auxtrace_heap heap; 2609 * move on to another entry in the auxtrace_heap. in cs_etm__process_timestamped_queues()
|
H A D | intel-pt.c | 64 struct auxtrace_heap heap;
|
Completed in 46 milliseconds