Searched refs:perf_tool__init (Results 1 – 23 of 23) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-evlist.c | 41 perf_tool__init(&tool, /*ordered_events=*/false); in __cmd_evlist()
|
H A D | builtin-buildid-list.c | 101 perf_tool__init(&build_id__mark_dso_hit_ops, /*ordered_events=*/true); in perf_session__list_build_ids()
|
H A D | builtin-report.c | 815 perf_tool__init(&rep->tool, /*ordered_events=*/false); in stats_setup() 834 perf_tool__init(&rep->tool, /*ordered_events=*/true); in tasks_setup() 1560 perf_tool__init(&report.tool, ordered_events); in cmd_report()
|
H A D | builtin-mem.c | 276 perf_tool__init(&mem->tool, /*ordered_events=*/true); in report_raw_events()
|
H A D | builtin-annotate.c | 859 perf_tool__init(&annotate.tool, /*ordered_events=*/true); in cmd_annotate()
|
H A D | builtin-kvm.c | 1612 perf_tool__init(&kvm->tool, /*ordered_events=*/true); in read_events() 1920 perf_tool__init(&kvm->tool, /*ordered_events=*/true); in kvm_events_live()
|
H A D | builtin-lock.c | 1943 perf_tool__init(&eops, /*ordered_events=*/true); in __cmd_report() 2094 perf_tool__init(&eops, /*ordered_events=*/true); in __cmd_contention()
|
H A D | builtin-diff.c | 1948 perf_tool__init(&pdiff.tool, /*ordered_events=*/true); in cmd_diff()
|
H A D | builtin-kmem.c | 1993 perf_tool__init(&perf_kmem, /*ordered_events=*/true); in cmd_kmem()
|
H A D | builtin-timechart.c | 1612 perf_tool__init(&tchart->tool, /*ordered_events=*/true); in __cmd_timechart()
|
H A D | builtin-kwork.c | 2459 perf_tool__init(&kwork.tool, /*ordered_events=*/true); in cmd_kwork()
|
H A D | builtin-stat.c | 2320 perf_tool__init(&perf_stat.tool, /*ordered_events=*/false); in __cmd_report()
|
H A D | builtin-inject.c | 2494 perf_tool__init(&inject.tool, ordered_events); in cmd_inject()
|
H A D | builtin-c2c.c | 3055 perf_tool__init(&c2c.tool, /*ordered_events=*/true); in perf_c2c__report()
|
H A D | builtin-sched.c | 3878 perf_tool__init(&sched.tool, /*ordered_events=*/true); in cmd_sched()
|
H A D | builtin-record.c | 2394 perf_tool__init(tool, /*ordered_events=*/true); in __cmd_record()
|
H A D | builtin-script.c | 4326 perf_tool__init(&script.tool, !unsorted_dump); in cmd_script()
|
/linux/tools/perf/util/ |
H A D | tool.h | 92 void perf_tool__init(struct perf_tool *tool, bool ordered_events);
|
H A D | intel-tpebs.c | 169 perf_tool__init(&tool, /*ordered_events=*/false); in __sample_reader()
|
H A D | tool.c | 233 void perf_tool__init(struct perf_tool *tool, bool ordered_events) in perf_tool__init() function
|
H A D | data-convert-json.c | 329 perf_tool__init(&c.tool, /*ordered_events=*/true); in bt_convert__perf2json()
|
H A D | data-convert-bt.c | 1614 perf_tool__init(&c.tool, /*ordered_events=*/true); in bt_convert__perf2ctf()
|
/linux/tools/perf/tests/ |
H A D | event_update.c | 106 perf_tool__init(&tmp.tool, /*ordered_events=*/false); in test__event_update()
|