Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dattr.c90 WRITE_ASS(type, PRIu32); in store_event()
91 WRITE_ASS(size, PRIu32); in store_event()
118 WRITE_ASS(wakeup_events, PRIu32); in store_event()
119 WRITE_ASS(bp_type, PRIu32); in store_event()
124 WRITE_ASS(sample_stack_user, PRIu32); in store_event()
/linux-4.1.27/tools/perf/util/
Dutil.h104 #ifndef PRIu32
105 #define PRIu32 "u" macro
Dheader.c1176 fprintf(fp, "%s%s = %" PRIu32, delimiter, str, type); in print_pmu_mappings()