Searched refs:__NON_SAMPLE_SET_FIELD (Results 1 – 1 of 1) sorted by relevance
/tools/perf/util/ |
D | data-convert-bt.c | 860 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ macro 904 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() 905 __NON_SAMPLE_SET_FIELD(comm, u32, tid); 906 __NON_SAMPLE_SET_FIELD(comm, string, comm); 909 __NON_SAMPLE_SET_FIELD(fork, u32, pid); 910 __NON_SAMPLE_SET_FIELD(fork, u32, ppid); 911 __NON_SAMPLE_SET_FIELD(fork, u32, tid); 912 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 913 __NON_SAMPLE_SET_FIELD(fork, u64, time); 917 __NON_SAMPLE_SET_FIELD(fork, u32, pid); [all …]
|