Home
last modified time | relevance | path

Searched refs:auxtrace_heap (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.h277 * 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 Dauxtrace.c484 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 Dintel-bts.c47 struct auxtrace_heap heap;
H A Darm-spe.c41 struct auxtrace_heap heap;
H A Ds390-cpumsf.c48 * 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 Dcs-etm.c45 struct auxtrace_heap heap;
2235 * move on to another entry in the auxtrace_heap. in cs_etm__process_queues()
H A Dintel-pt.c57 struct auxtrace_heap heap;
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.h301 * 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 Dauxtrace.c487 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 Ds390-cpumsf.c48 * 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 Dintel-bts.c47 struct auxtrace_heap heap;
H A Darm-spe.c43 struct auxtrace_heap heap;
H A Dcs-etm.c46 struct auxtrace_heap heap;
2609 * move on to another entry in the auxtrace_heap. in cs_etm__process_timestamped_queues()
H A Dintel-pt.c64 struct auxtrace_heap heap;

Completed in 36 milliseconds