Home
last modified time | relevance | path

Searched defs:perf_script (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-script.c120 struct perf_script { struct
121 struct perf_tool tool;
122 struct perf_session *session;
123 bool show_task_events;
124 bool show_mmap_events;
125 bool show_switch_events;
126 bool show_namespace_events;
127 bool show_lost_events;
128 bool show_round_events;
129 bool show_bpf_events;
[all …]
/kernel/linux/linux-4.19/tools/perf/
Dbuiltin-script.c1493 struct perf_script { struct
1494 struct perf_tool tool;
1495 struct perf_session *session;
1496 bool show_task_events;
1497 bool show_mmap_events;
1498 bool show_switch_events;
1499 bool show_namespace_events;
1500 bool show_lost_events;
1501 bool show_round_events;
1502 bool allocated;
[all …]