Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dperf_event_attr_fprintf.c78 #define p_signed(val) snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)(val)) macro
151 PRINT_ATTRf(clockid, p_signed); in perf_event_attr__fprintf()