Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dperf_event_attr_fprintf.c262 #define PRINT_ATTRn(_n, _f, _p, _a) \ macro
270 #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p, false)
279 PRINT_ATTRn("type", type, p_type_id, true); in perf_event_attr__fprintf()
281 PRINT_ATTRn("config", config, p_config_id, true); in perf_event_attr__fprintf()
282 PRINT_ATTRn("{ sample_period, sample_freq }", sample_period, p_unsigned, false); in perf_event_attr__fprintf()
324 PRINT_ATTRn("{ wakeup_events, wakeup_watermark }", wakeup_events, p_unsigned, false); in perf_event_attr__fprintf()
326 PRINT_ATTRn("{ bp_addr, config1 }", bp_addr, p_hex, false); in perf_event_attr__fprintf()
327 PRINT_ATTRn("{ bp_len, config2 }", bp_len, p_hex, false); in perf_event_attr__fprintf()