Searched defs:perf_script (Results 1 – 1 of 1) sorted by relevance
1337 struct perf_script { struct1338 struct perf_tool tool;1339 struct perf_session *session;1340 bool show_task_events;1341 bool show_mmap_events;1342 bool show_switch_events;1343 bool show_namespace_events;1344 bool allocated;1345 struct cpu_map *cpus;1346 struct thread_map *threads;[all …]