Home
last modified time | relevance | path

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

/linux/tools/lib/perf/include/perf/
H A Devent.h47 struct perf_record_comm { struct
529 struct perf_record_comm comm;
/linux/tools/perf/tests/
H A Ddlfilter-test.c127 struct perf_record_comm comm; in write_comm()
/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt176 struct perf_record_comm;
/linux/tools/perf/util/
H A Dpython.c143 member_def(perf_record_comm, pid, T_UINT, "event pid"),
144 member_def(perf_record_comm, tid, T_UINT, "event tid"),
145 member_def(perf_record_comm, comm, T_STRING_INPLACE, "process name"),