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.c122 static int process_event_stub(const struct perf_tool *tool __maybe_unused, in process_event_stub() function
263 tool->mmap = process_event_stub; in perf_tool__init()
264 tool->mmap2 = process_event_stub; in perf_tool__init()
265 tool->comm = process_event_stub; in perf_tool__init()
266 tool->namespaces = process_event_stub; in perf_tool__init()
267 tool->cgroup = process_event_stub; in perf_tool__init()
268 tool->fork = process_event_stub; in perf_tool__init()
269 tool->exit = process_event_stub; in perf_tool__init()
280 tool->throttle = process_event_stub; in perf_tool__init()
281 tool->unthrottle = process_event_stub; in perf_tool__init()