Searched refs:__NON_SAMPLE_SET_FIELD (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | data-convert-bt.c | 862 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ macro 906 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() 907 __NON_SAMPLE_SET_FIELD(comm, u32, tid); 908 __NON_SAMPLE_SET_FIELD(comm, string, comm); 911 __NON_SAMPLE_SET_FIELD(fork, u32, pid); 912 __NON_SAMPLE_SET_FIELD(fork, u32, ppid); 913 __NON_SAMPLE_SET_FIELD(fork, u32, tid); 914 __NON_SAMPLE_SET_FIELD(fork, u32, ptid); 915 __NON_SAMPLE_SET_FIELD(fork, u64, time); 919 __NON_SAMPLE_SET_FIELD(fork, u32, pid); [all …]
|