Home
last modified time | relevance | path

Searched refs:__NON_SAMPLE_SET_FIELD (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata-convert-bt.c860 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ macro
904 __NON_SAMPLE_SET_FIELD(comm, u32, pid);
905 __NON_SAMPLE_SET_FIELD(comm, u32, tid);
906 __NON_SAMPLE_SET_FIELD(comm, string, comm);
909 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
910 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
911 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
912 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
913 __NON_SAMPLE_SET_FIELD(fork, u64, time);
917 __NON_SAMPLE_SET_FIELD(for
935 #undef __NON_SAMPLE_SET_FIELD global() macro
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata-convert-bt.c866 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ macro
910 __NON_SAMPLE_SET_FIELD(comm, u32, pid);
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(for
941 #undef __NON_SAMPLE_SET_FIELD global() macro
[all...]

Completed in 4 milliseconds