Searched refs:p_hex (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | perf_event_attr_fprintf.c | 76 #define p_hex(val) snprintf(buf, BUF_SIZE, "%#"PRIx64, (uint64_t)(val)) macro 101 PRINT_ATTRf(config, p_hex); in perf_event_attr__fprintf() 146 PRINT_ATTRn("{ bp_addr, config1 }", bp_addr, p_hex); in perf_event_attr__fprintf() 147 PRINT_ATTRn("{ bp_len, config2 }", bp_len, p_hex); in perf_event_attr__fprintf() 149 PRINT_ATTRf(sample_regs_user, p_hex); in perf_event_attr__fprintf() 152 PRINT_ATTRf(sample_regs_intr, p_hex); in perf_event_attr__fprintf()
|
Completed in 3 milliseconds