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()
183 static void __p_type_id(struct perf_pmu *pmu, char *buf, size_t size, u64 value) in __p_type_id()
188 static void __p_config_hw_id(char *buf, size_t size, u64 value) in __p_config_hw_id()
193 static void __p_config_sw_id(char *buf, size_t size, u64 value) in __p_config_sw_id()
198 static void __p_config_hw_cache_id(char *buf, size_t size, u64 value) in __p_config_hw_cache_id()
216 static void __p_config_tracepoint_id(char *buf, size_t size, u64 value) in __p_config_tracepoint_id()
225 static void __p_config_id(struct perf_pmu *pmu, char *buf, size_t size, u32 type, u64 value) in __p_config_id()
277 char buf[BUF_SIZE]; in perf_event_attr__fprintf() local