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