Home
last modified time | relevance | path

Searched refs:stat_config (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-stat.c336 fprintf(stat_config.output, in read_counter_cpu()
396 if (!stat_config.stop_read_counter) { in read_counters()
411 if (counter->err == 0 && perf_stat_process_counter(&stat_config, counter)) in process_counters()
416 perf_stat_merge_counters(&stat_config, evsel_list); in process_counters()
417 perf_stat_process_percore(&stat_config, evsel_list); in process_counters()
438 update_stats(&walltime_nsecs_stats, stat_config.interval * 1000000ULL); in process_interval()
687 int interval = stat_config.interval; in __run_perf_stat()
688 int times = stat_config.times; in __run_perf_stat()
689 int timeout = stat_config.timeout; in __run_perf_stat()
745 if (create_perf_stat_counter(counter, &stat_config, &target, in __run_perf_stat()
[all …]
H A Dbuiltin-script.c2129 evlist__alloc_stats(&stat_config, script->session->evlist, /*alloc_raw=*/false); in perf_sample__fprint_metric()
2136 perf_stat__print_shadow_stats(&stat_config, ev2, in perf_sample__fprint_metric()
2365 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()
3526 perf_stat_process_counter(&stat_config, counter); in process_stat_round_event()
3537 perf_event__read_stat_config(&stat_config, &event->stat_config); in process_stat_config_event()
3543 stat_config.aggr_mode = AGGR_NONE; in process_stat_config_event()
3560 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true)) in set_maps()
4103 script.tool.stat_config = process_stat_config_event; in cmd_script()
H A Dbuiltin-top.c1318 evlist__uniquify_evsel_names(top->evlist, &stat_config); in __cmd_top()
H A Dbuiltin-inject.c2532 inject.tool.stat_config = perf_event__repipe_op2_synth; in cmd_inject()
H A Dbuiltin-record.c2522 evlist__uniquify_evsel_names(rec->evlist, &stat_config); in __cmd_record()
/linux/tools/perf/util/
H A Dtool.h76 stat_config, member
H A Dstat.h117 extern struct perf_stat_config stat_config;
H A Dtool.c298 tool->stat_config = process_event_stat_config_stub; in perf_tool__init()
H A Dsession.c664 size = bswap_64(event->stat_config.nr) * sizeof(event->stat_config.data[0]); in perf_event__stat_config_swap()
666 mem_bswap_64(&event->stat_config.nr, size); in perf_event__stat_config_swap()
1475 err = tool->stat_config(session, event); in perf_session__process_user_event()
H A Dstat.c710 perf_event__read_stat_config(&sc, &event->stat_config); in perf_event__fprintf_stat_config()
H A Dparse-events.c2300 evlist__uniquify_evsel_names(evlist, &stat_config); in __parse_events()
/linux/tools/lib/perf/include/perf/
H A Devent.h543 struct perf_record_stat_config stat_config; member