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
516 struct perf_record_comm comm;
48 headerperf_record_comm global() argument
49 tidperf_record_comm global() argument
50 commperf_record_comm global() argument
/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.c141 member_def(perf_record_comm, pid, T_UINT, "event pid"),
142 member_def(perf_record_comm, tid, T_UINT, "event tid"),
143 member_def(perf_record_comm, comm, T_STRING_INPLACE, "process name"),