Searched refs:perf_tool__init (Results 1 – 21 of 21) sorted by relevance
/linux/tools/perf/util/ |
H A D | tool.h | 93 void perf_tool__init(struct perf_tool *tool, bool ordered_events);
|
H A D | tool.c | 253 void perf_tool__init(struct perf_tool *tool, bool ordered_events) in perf_tool__init() function
|
H A D | data-convert-json.c | 330 perf_tool__init(&c.tool, /*ordered_events=*/true); in bt_convert__perf2json()
|
H A D | intel-tpebs.c | 237 perf_tool__init(&tool, /*ordered_events=*/false); in __sample_reader()
|
H A D | data-convert-bt.c | 1616 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()
|
/linux/tools/perf/ |
H A D | builtin-buildid-list.c | 104 perf_tool__init(&build_id__mark_dso_hit_ops, /*ordered_events=*/true); in perf_session__list_build_ids()
|
H A D | builtin-report.c | 822 perf_tool__init(&rep->tool, /*ordered_events=*/false); in stats_setup() 841 perf_tool__init(&rep->tool, /*ordered_events=*/true); in tasks_setup() 1593 perf_tool__init(&report.tool, ordered_events); in cmd_report()
|
H A D | builtin-mem.c | 279 perf_tool__init(&mem->tool, /*ordered_events=*/true); in report_raw_events()
|
H A D | builtin-annotate.c | 862 perf_tool__init(&annotate.tool, /*ordered_events=*/true); in cmd_annotate()
|
H A D | builtin-lock.c | 1864 perf_tool__init(&eops, /*ordered_events=*/true); in __cmd_report() 2019 perf_tool__init(&eops, /*ordered_events=*/true); in __cmd_contention()
|
H A D | builtin-diff.c | 1949 perf_tool__init(&pdiff.tool, /*ordered_events=*/true); in cmd_diff()
|
H A D | builtin-kmem.c | 1995 perf_tool__init(&perf_kmem, /*ordered_events=*/true); in cmd_kmem()
|
H A D | builtin-kwork.c | 2462 perf_tool__init(&kwork.tool, /*ordered_events=*/true); in cmd_kwork()
|
H A D | builtin-stat.c | 2271 perf_tool__init(&perf_stat.tool, /*ordered_events=*/false); in __cmd_report()
|
H A D | builtin-inject.c | 2500 perf_tool__init(&inject.tool, ordered_events); in cmd_inject()
|
H A D | builtin-c2c.c | 3065 perf_tool__init(&c2c.tool, /*ordered_events=*/true); in perf_c2c__report()
|
H A D | builtin-sched.c | 3964 perf_tool__init(&sched.tool, /*ordered_events=*/true); in cmd_sched()
|
H A D | builtin-record.c | 2429 perf_tool__init(tool, /*ordered_events=*/true); in __cmd_record()
|
H A D | builtin-script.c | 4081 perf_tool__init(&script.tool, !unsorted_dump); in cmd_script()
|
H A D | builtin-trace.c | 4680 perf_tool__init(&trace->tool, /*ordered_events=*/true); in trace__replay()
|