D | hist.c | 9 /* hist period print (hpp) functions */ 13 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() argument 29 ret = print_fn(hpp->buf, hpp->size, fmt, percent); in __hpp__fmt() 31 ret = print_fn(hpp->buf, hpp->size, fmt, get_field(he)); in __hpp__fmt() 55 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt() 60 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt() 63 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt() 75 ret += print_fn(hpp->buf + ret, hpp->size - ret, in __hpp__fmt() 84 struct perf_hpp *hpp) \ 89 struct perf_evsel *evsel = hpp->ptr; \ [all …]
|