Home
last modified time | relevance | path

Searched refs:__tp_field__init_uint (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-trace.c160 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap) in __tp_field__init_uint() function
186 return __tp_field__init_uint(field, format_field->size, format_field->offset, needs_swap); in tp_field__init_uint()
272 if (__tp_field__init_uint(&sc->id, sizeof(long), sizeof(long long), evsel->needs_swap)) in perf_evsel__init_augmented_syscall_tp()
3039 if (__tp_field__init_uint(&sc->ret, sizeof(u64), sc->id.offset + sizeof(u64), evsel->needs_swap)) in evlist__set_syscall_tp_fields()