Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dtrace-event.h90 void (*process_stat)(struct perf_stat_config *config, member
Dheader.c3292 #define process_stat NULL macro
/Linux-v5.15/tools/perf/util/scripting-engines/
Dtrace-event-python.c1556 process_stat(struct evsel *counter, int cpu, int thread, u64 tstamp, in process_stat() function
1600 process_stat(counter, -1, -1, tstamp, in python_process_stat()
1607 process_stat(counter, cpus->map[cpu], in python_process_stat()
2111 .process_stat = python_process_stat,
/Linux-v5.15/tools/perf/
Dbuiltin-script.c2137 static void process_stat(struct evsel *counter, u64 tstamp) in process_stat() function
2139 if (scripting_ops && scripting_ops->process_stat) in process_stat()
2140 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()
3485 process_stat(counter, round->time); in process_stat_round_event()