Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dtrace-event.h108 void (*process_stat)(struct perf_stat_config *config, member
A Dheader.c3427 #define process_stat NULL macro
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1666 process_stat(struct evsel *counter, struct perf_cpu cpu, int thread, u64 tstamp, in process_stat() function
1713 process_stat(counter, cpu, in python_process_stat()
2240 .process_stat = python_process_stat,
/linux/tools/perf/
A Dbuiltin-script.c2418 static void process_stat(struct evsel *counter, u64 tstamp) in process_stat() function
2420 if (scripting_ops && scripting_ops->process_stat) in process_stat()
2421 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()
3773 process_stat(counter, round->time); in process_stat_round_event()

Completed in 24 milliseconds