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 | 879 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ macro 923 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() 924 __NON_SAMPLE_SET_FIELD(comm, u32, tid); 925 __NON_SAMPLE_SET_FIELD(comm, string, comm); 928 __NON_SAMPLE_SET_FIELD(fork, u32, pid); 929 __NON_SAMPLE_SET_FIELD(fork, u32, ppid); 930 __NON_SAMPLE_SET_FIELD(fork, u32, tid); 931 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 932 __NON_SAMPLE_SET_FIELD(fork, u64, time); 936 __NON_SAMPLE_SET_FIELD(fork, u32, pid); [all …]
|