Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Devsel.c1215 #define p_hex(val) snprintf(buf, BUF_SIZE, "%#"PRIx64, (uint64_t)(val)) macro
1239 PRINT_ATTRf(config, p_hex); in perf_event_attr__fprintf()
1273 PRINT_ATTRn("{ bp_addr, config1 }", bp_addr, p_hex); in perf_event_attr__fprintf()
1274 PRINT_ATTRn("{ bp_len, config2 }", bp_len, p_hex); in perf_event_attr__fprintf()
1276 PRINT_ATTRf(sample_regs_user, p_hex); in perf_event_attr__fprintf()
1279 PRINT_ATTRf(sample_regs_intr, p_hex); in perf_event_attr__fprintf()