Home
last modified time | relevance | path

Searched defs:p_signed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dperf_event_attr_fprintf.c77 #define p_signed(val) snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)(val)) macro
/kernel/linux/linux-6.6/tools/perf/util/
H A Dperf_event_attr_fprintf.c244 #define p_signed(val) snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)(val)) macro

Completed in 2 milliseconds