/linux/tools/perf/util/ |
A D | ordered-events.h | 25 struct ordered_events; 27 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe, 35 struct ordered_events { struct 55 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, argument 58 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how); 59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp); 62 void ordered_events__free(struct ordered_events *oe); 63 void ordered_events__reinit(struct ordered_events *oe); 64 u64 ordered_events__first_time(struct ordered_events *oe); 67 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() [all …]
|
A D | ordered-events.c | 18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() 64 static union perf_event *__dup_event(struct ordered_events *oe, in __dup_event() 78 static union perf_event *dup_event(struct ordered_events *oe, in dup_event() 99 static struct ordered_event *alloc_event(struct ordered_events *oe, in alloc_event() 172 ordered_events__new_event(struct ordered_events *oe, u64 timestamp, in ordered_events__new_event() 223 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() 339 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush() 349 u64 ordered_events__first_time(struct ordered_events *oe) in ordered_events__first_time() 374 unsigned int max, struct ordered_events *oe) in ordered_events_buffer__free() 386 void ordered_events__free(struct ordered_events *oe) in ordered_events__free() [all …]
|
A D | tool.h | 16 struct ordered_events; 34 struct ordered_events *oe); 81 bool ordered_events; member
|
A D | top.h | 50 struct ordered_events *in; 51 struct ordered_events data[2];
|
A D | session.c | 181 ordered_events); in ordered_events__deliver_event() 203 ordered_events__init(&session->ordered_events, in __perf_session__new() 264 tool->ordered_events = false; in __perf_session__new() 374 struct ordered_events *oe); 530 if (tool->ordered_events) in perf_tool__fill_defaults() 1066 struct ordered_events *oe) in process_finished_round() 1603 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() 1805 if (tool->ordered_events) { in perf_session__process_event() 1844 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_order() 1977 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_pipe_events() [all …]
|
A D | session.h | 42 struct ordered_events ordered_events; member
|
A D | data-convert-json.c | 299 .ordered_events = true, in bt_convert__perf2json()
|
A D | intel-bts.c | 604 if (!tool->ordered_events) { in intel_bts_process_event() 687 if (!tool->ordered_events) in intel_bts_flush()
|
A D | arm-spe.c | 761 if (!tool->ordered_events) { in arm_spe_process_event() 846 if (!tool->ordered_events) in arm_spe_flush()
|
A D | data-convert-bt.c | 1616 .ordered_events = true, in bt_convert__perf2ctf() 1646 ordered_events__set_alloc_size(&session->ordered_events, in bt_convert__perf2ctf()
|
A D | build-id.c | 97 .ordered_events = true,
|
A D | s390-cpumsf.c | 927 if (!tool->ordered_events) { in s390_cpumsf_process_event()
|
A D | cs-etm.c | 568 if (!tool->ordered_events) in cs_etm__flush_events() 2390 if (!tool->ordered_events) { in cs_etm__process_event()
|
/linux/tools/perf/ |
A D | builtin-inject.c | 91 struct ordered_events *oe __maybe_unused) in perf_event__repipe_oe_synth() 99 struct ordered_events *oe __maybe_unused) in perf_event__drop_oe() 810 inject->tool.ordered_events = true; in __cmd_inject() 824 inject->tool.ordered_events = true; in __cmd_inject() 1054 inject.tool.ordered_events = true; in cmd_inject() 1059 inject.tool.ordered_events = true; in cmd_inject() 1066 inject.tool.ordered_events = true; in cmd_inject()
|
A D | builtin-kvm.c | 828 struct ordered_events *oe = &kvm->session->ordered_events; in perf_kvm__mmap_read() 1087 .ordered_events = true, in read_events() 1391 kvm->tool.ordered_events = true; in kvm_events_live() 1457 ordered_events__set_copy_on_queue(&kvm->session->ordered_events, true); in kvm_events_live()
|
A D | builtin-report.c | 759 rep->tool.ordered_events = true; in tasks_setup() 1172 .ordered_events = true, in cmd_report() 1379 report.tool.ordered_events = false; in cmd_report() 1422 ordered_events__set_alloc_size(&session->ordered_events, in cmd_report()
|
A D | builtin-top.c | 1079 static struct ordered_events *rotate_queues(struct perf_top *top) in rotate_queues() 1081 struct ordered_events *in = top->qe.in; in rotate_queues() 1096 struct ordered_events *out, *in = top->qe.in; in process_thread() 1132 static int deliver_event(struct ordered_events *qe, in deliver_event()
|
A D | builtin-mem.c | 451 .ordered_events = true, in cmd_mem()
|
A D | builtin-annotate.c | 481 .ordered_events = true, in cmd_annotate()
|
A D | builtin-record.c | 1755 if (rec->tool.ordered_events && !evlist__sample_id_all(rec->evlist)) { in __cmd_record() 1757 rec->tool.ordered_events = false; in __cmd_record() 2460 .ordered_events = true,
|
A D | builtin-lock.c | 863 .ordered_events = true, in __cmd_report()
|
A D | builtin-script.c | 2521 struct ordered_events *oe __maybe_unused) in process_finished_round_event() 2662 script->tool.ordered_events = false; in __cmd_script() 3680 .ordered_events = true, in cmd_script()
|
A D | builtin-trace.c | 197 struct ordered_events data; 3779 static int ordered_events__deliver_event(struct ordered_events *oe, 4234 trace->tool.ordered_events = true;
|
A D | builtin-sched.c | 3009 sched->tool.ordered_events = true; in perf_sched__timehist() 3422 .ordered_events = true, in cmd_sched()
|
A D | builtin-kmem.c | 973 .ordered_events = true,
|