Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dperf_event.h1533 extern void perf_event_comm(struct task_struct *tsk, bool exec);
1776 static inline void perf_event_comm(struct task_struct *tsk, bool exec) { } in perf_event_comm() function
/openbmc/linux/fs/
H A Dexec.c1236 perf_event_comm(tsk, exec); in __set_task_comm()
/openbmc/linux/kernel/events/
H A Dcore.c8390 void perf_event_comm(struct task_struct *task, bool exec) in perf_event_comm() function