Searched refs:p_hex (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | evsel.c | 1061 #define p_hex(val) snprintf(buf, BUF_SIZE, "%"PRIx64, (uint64_t)(val)) macro 1085 PRINT_ATTRf(config, p_hex); in perf_event_attr__fprintf() 1118 PRINT_ATTRn("{ bp_addr, config1 }", bp_addr, p_hex); in perf_event_attr__fprintf() 1119 PRINT_ATTRn("{ bp_len, config2 }", bp_len, p_hex); in perf_event_attr__fprintf() 1120 PRINT_ATTRf(sample_regs_user, p_hex); in perf_event_attr__fprintf() 1123 PRINT_ATTRf(sample_regs_intr, p_hex); in perf_event_attr__fprintf()
|