Searched refs:__NON_SAMPLE_SET_FIELD (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | data-convert-bt.c | 857 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ macro 901 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() 902 __NON_SAMPLE_SET_FIELD(comm, u32, tid); 903 __NON_SAMPLE_SET_FIELD(comm, string, comm); 906 __NON_SAMPLE_SET_FIELD(fork, u32, pid); 907 __NON_SAMPLE_SET_FIELD(fork, u32, ppid); 908 __NON_SAMPLE_SET_FIELD(fork, u32, tid); 909 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 910 __NON_SAMPLE_SET_FIELD(fork, u64, time); 914 __NON_SAMPLE_SET_FIELD(fork, u32, pid); [all …]
|