Searched refs:process_stat (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1653 process_stat(struct evsel *counter, struct perf_cpu cpu, int thread, u64 tstamp, in process_stat() function 1700 process_stat(counter, cpu, in python_process_stat() 2197 .process_stat = python_process_stat,
|
/linux/tools/perf/ |
H A D | builtin-script.c | 2362 static void process_stat(struct evsel *counter, u64 tstamp) in process_stat() function 2364 if (scripting_ops && scripting_ops->process_stat) in process_stat() 2365 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat() 3527 process_stat(counter, round->time); in process_stat_round_event()
|