Home
last modified time | relevance | path

Searched refs:process_event_stub (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dtool.c120 static int process_event_stub(const struct perf_tool *tool __maybe_unused, in process_event_stub() function
290 tool->mmap = process_event_stub; in perf_tool__init()
291 tool->mmap2 = process_event_stub; in perf_tool__init()
292 tool->comm = process_event_stub; in perf_tool__init()
293 tool->namespaces = process_event_stub; in perf_tool__init()
294 tool->cgroup = process_event_stub; in perf_tool__init()
295 tool->fork = process_event_stub; in perf_tool__init()
296 tool->exit = process_event_stub; in perf_tool__init()
307 tool->throttle = process_event_stub; in perf_tool__init()
308 tool->unthrottle = process_event_stub; in perf_tool__init()