Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/include/perf/
H A Devent.h47 struct perf_record_comm { struct
482 struct perf_record_comm comm;
/openbmc/linux/tools/perf/util/
H A Dpython.c335 member_def(perf_record_comm, pid, T_UINT, "event pid"),
336 member_def(perf_record_comm, tid, T_UINT, "event tid"),
337 member_def(perf_record_comm, comm, T_STRING_INPLACE, "process name"),
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt177 struct perf_record_comm;
/openbmc/linux/tools/perf/tests/
H A Ddlfilter-test.c127 struct perf_record_comm comm; in write_comm()