Searched defs:needs_swap (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/perf/tests/ |
D | sample-parsing.c | 45 u64 type, u64 read_format, bool needs_swap) in samples_same()
|
/linux-6.1.9/tools/perf/util/ |
D | header.h | 87 bool needs_swap; member
|
D | session.c | 2136 bool needs_swap, union perf_event *error) in prefetch_event() 2174 fetch_mmaped_event(u64 head, size_t mmap_size, char *buf, bool needs_swap) in fetch_mmaped_event() 2180 fetch_decomp_event(u64 head, size_t mmap_size, char *buf, bool needs_swap) in fetch_decomp_event()
|
D | dso.h | 164 enum dso_swap_type needs_swap; member
|
D | evsel.h | 122 bool needs_swap; member
|
D | auxtrace.c | 934 bool needs_swap) in auxtrace_index__process_entry() 963 bool needs_swap) in auxtrace_index__process()
|
D | evsel.c | 2798 bool needs_swap) in format_field__intval()
|
/linux-6.1.9/tools/perf/ |
D | builtin-trace.c | 240 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap) in __tp_field__init_uint() 264 …tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool needs_swap) in tp_field__init_uint()
|