Searched refs:perf_record_comm (Results 1 – 4 of 4) sorted by relevance
/linux/tools/lib/perf/include/perf/ |
H A D | event.h | 47 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 D | dlfilter-test.c | 127 struct perf_record_comm comm; in write_comm()
|
/linux/tools/lib/perf/Documentation/ |
H A D | libperf.txt | 176 struct perf_record_comm;
|
/linux/tools/perf/util/ |
H A D | python.c | 141 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"),
|