Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dperf_event_attr_fprintf.c171 #define PRINT_ID(_s, _f) \ macro
179 #define print_id_unsigned(_s) PRINT_ID(_s, "%"PRIu64)
180 #define print_id_hex(_s) PRINT_ID(_s, "%#"PRIx64)