Lines Matching defs:buf
19 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits()
32 static void __p_sample_type(char *buf, size_t size, u64 value) in __p_sample_type()
50 static void __p_branch_sample_type(char *buf, size_t size, u64 value) in __p_branch_sample_type()
67 static void __p_read_format(char *buf, size_t size, u64 value) in __p_read_format()
170 static void print_id_unsigned(char *buf, size_t size, u64 value, const char *s) in print_id_unsigned()
178 static void print_id_hex(char *buf, size_t size, u64 value, const char *s) in print_id_hex()
186 static void __p_type_id(char *buf, size_t size, struct perf_pmu *pmu, u32 type) in __p_type_id()
191 static void __p_config_hw_id(char *buf, size_t size, struct perf_pmu *pmu, u64 config) in __p_config_hw_id()
210 static void __p_config_sw_id(char *buf, size_t size, u64 id) in __p_config_sw_id()
215 static void __p_config_hw_cache_id(char *buf, size_t size, struct perf_pmu *pmu, u64 config) in __p_config_hw_cache_id()
241 static void __p_config_tracepoint_id(char *buf, size_t size, u64 id) in __p_config_tracepoint_id()
249 static void __p_config_id(struct perf_pmu *pmu, char *buf, size_t size, u32 type, u64 config) in __p_config_id()
292 char buf[BUF_SIZE]; in perf_event_attr__fprintf() local