Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtrace-event.h108 void (*process_stat)(struct perf_stat_config *config, member
H A Dheader.c3427 #define process_stat NULL macro
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1668 process_stat(struct evsel *counter, struct perf_cpu cpu, int thread, u64 tstamp, in process_stat()
1715 process_stat(counter, cpu, in python_process_stat_interval()
2242 .process_stat = python_process_stat,
1661 process_stat(struct evsel *counter, struct perf_cpu cpu, int thread, u64 tstamp, process_stat() function
/linux/tools/perf/
H A Dbuiltin-script.c2361 static void process_stat(struct evsel *counter, u64 tstamp) in filter_cpu()
2363 if (scripting_ops && scripting_ops->process_stat)
2364 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_sample_event()
3716 process_stat(counter, round->time); in set_maps()
2323 static void process_stat(struct evsel *counter, u64 tstamp) process_stat() function