Searched refs:bench_params (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 79 struct bench_params { struct 90 int (*do_op)(const struct function *r, struct bench_params *p, argument 97 typedef bool (*mem_init_t)(struct bench_mem_info *, struct bench_params *, 99 typedef void (*mem_fini_t)(struct bench_mem_info *, struct bench_params *, 191 static void __bench_mem_function(struct bench_mem_info *info, struct bench_params *p, in __bench_mem_function() 247 struct bench_params p = { 0 }; in bench_mem_common() 326 static int do_memcpy(const struct function *r, struct bench_params *p, in do_memcpy() 365 static bool mem_alloc(struct bench_mem_info *info, struct bench_params *p, in mem_alloc() 382 struct bench_params *p __maybe_unused, in mem_free() 426 static int do_memset(const struct function *r, struct bench_params *p, in do_memset() [all …]
|