Home
last modified time | relevance | path

Searched refs:process_stat (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dtrace-event.h84 void (*process_stat)(struct perf_stat_config *config, member
Dheader.c3093 #define process_stat NULL macro
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c1377 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/
Dbuiltin-script.c2064 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()