Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/attr/
Dsystem-wide-dummy39 comm_exec=1
/Linux-v6.6/tools/perf/util/
Dmachine.h46 bool comm_exec; member
180 void machines__set_comm_exec(struct machines *machines, bool comm_exec);
Dperf_api_probe.c89 evsel->core.attr.comm_exec = 1; in perf_probe_comm_exec()
Drecord.c110 evsel->core.attr.comm_exec = 1; in evlist__config()
Dmachine.c133 machine->comm_exec = false; in machine__init()
321 void machines__set_comm_exec(struct machines *machines, bool comm_exec) in machines__set_comm_exec() argument
325 machines->host.comm_exec = comm_exec; in machines__set_comm_exec()
330 machine->comm_exec = comm_exec; in machines__set_comm_exec()
741 if (machine->comm_exec) in machine__thread_exec_comm()
757 machine->comm_exec = true; in machine__process_comm_event()
Dperf_event_attr_fprintf.c297 PRINT_ATTRf(comm_exec, p_unsigned); in perf_event_attr__fprintf()
Dsession.c168 if (evsel->core.attr.comm_exec) in perf_session__has_comm_exec()
177 bool comm_exec = perf_session__has_comm_exec(session); in perf_session__set_comm_exec() local
179 machines__set_comm_exec(&session->machines, comm_exec); in perf_session__set_comm_exec()
/Linux-v6.6/tools/perf/tests/
Dattr.c130 WRITE_ASS(comm_exec, "d"); in store_event()
/Linux-v6.6/tools/include/uapi/linux/
Dperf_event.h445 comm_exec : 1, /* flag comm events that are due to an exec */ member
/Linux-v6.6/include/uapi/linux/
Dperf_event.h445 comm_exec : 1, /* flag comm events that are due to an exec */ member
/Linux-v6.6/tools/perf/Documentation/
Dperf-intel-pt.txt866 comm_exec 1
/Linux-v6.6/kernel/events/
Dcore.c4964 attr->comm || attr->comm_exec || in is_sb_event()