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
272 tool->mmap = process_event_stub; in perf_tool__init()
273 tool->mmap2 = process_event_stub; in perf_tool__init()
274 tool->comm = process_event_stub; in perf_tool__init()
275 tool->namespaces = process_event_stub; in perf_tool__init()
276 tool->cgroup = process_event_stub; in perf_tool__init()
277 tool->fork = process_event_stub; in perf_tool__init()
278 tool->exit = process_event_stub; in perf_tool__init()
289 tool->throttle = process_event_stub; in perf_tool__init()
290 tool->unthrottle = process_event_stub; in perf_tool__init()