Searched refs:print_id_hex (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 178 static void print_id_hex(char *buf, size_t size, u64 value, const char *s) in print_id_hex() function 212 print_id_hex(buf, size, id, stringify_perf_sw_id(id)); in __p_config_sw_id() 245 print_id_hex(buf, size, id, str); in __p_config_tracepoint_id() 263 return print_id_hex(buf, size, config, perf_pmu__name_from_config(pmu, config)); in __p_config_id()
|