Searched refs:__NON_SAMPLE_SET_FIELD (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | data-convert-bt.c | 867 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ macro 911 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() 912 __NON_SAMPLE_SET_FIELD(comm, u32, tid); 913 __NON_SAMPLE_SET_FIELD(comm, string, comm); 916 __NON_SAMPLE_SET_FIELD(fork, u32, pid); 917 __NON_SAMPLE_SET_FIELD(fork, u32, ppid); 918 __NON_SAMPLE_SET_FIELD(fork, u32, tid); 919 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 920 __NON_SAMPLE_SET_FIELD(fork, u64, time); 924 __NON_SAMPLE_SET_FIELD(fork, u32, pid); [all …]
|