Searched refs:process_stat (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | trace-event.h | 84 void (*process_stat)(struct perf_stat_config *config, member
|
D | header.c | 3093 #define process_stat NULL macro
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1377 process_stat(struct evsel *counter, int cpu, int thread, u64 tstamp, in process_stat() function 1421 process_stat(counter, -1, -1, tstamp, in python_process_stat() 1428 process_stat(counter, cpus->map[cpu], in python_process_stat() 1900 .process_stat = python_process_stat,
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-script.c | 2064 static void process_stat(struct evsel *counter, u64 tstamp) in process_stat() function 2066 if (scripting_ops && scripting_ops->process_stat) in process_stat() 2067 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat() 3291 process_stat(counter, round->time); in process_stat_round_event()
|