Searched refs:p_hex (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | evsel.c | 1583 #define p_hex(val) snprintf(buf, BUF_SIZE, "%#"PRIx64, (uint64_t)(val)) macro 1608 PRINT_ATTRf(config, p_hex); in perf_event_attr__fprintf() 1644 PRINT_ATTRn("{ bp_addr, config1 }", bp_addr, p_hex); in perf_event_attr__fprintf() 1645 PRINT_ATTRn("{ bp_len, config2 }", bp_len, p_hex); in perf_event_attr__fprintf() 1647 PRINT_ATTRf(sample_regs_user, p_hex); in perf_event_attr__fprintf() 1650 PRINT_ATTRf(sample_regs_intr, p_hex); in perf_event_attr__fprintf()
|