Home
last modified time | relevance | path

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

/tools/perf/
A Dbuiltin-stat.c1493 stat_config.aggr_get_id = aggr_mode__get_id(stat_config.aggr_mode); in perf_stat_init_aggr_mode()
1821 stat_config.aggr_get_id = aggr_mode__get_id_file(stat_config.aggr_mode); in perf_stat_init_aggr_mode_file()
1843 if (stat_config.null_run) in add_default_events()
1924 if (!stat_config.interval && !stat_config.metric_only) { in add_default_events()
2141 perf_event__read_stat_config(&stat_config, &event->stat_config); in process_stat_config_event()
2564 if (stat_config.metric_only && stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat()
2569 if (stat_config.metric_only && stat_config.run_count > 1) { in cmd_stat()
2574 if (stat_config.csv_output || (stat_config.metric_only && stat_config.json_output)) { in cmd_stat()
2582 if (stat_config.walltime_run_table && stat_config.run_count <= 1) { in cmd_stat()
2668 stat_config.walltime_run = zalloc(stat_config.run_count * sizeof(stat_config.walltime_run[0])); in cmd_stat()
[all …]
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()
A Dbuiltin-top.c1318 evlist__uniquify_evsel_names(top->evlist, &stat_config); in __cmd_top()
A Dbuiltin-inject.c2532 inject.tool.stat_config = perf_event__repipe_op2_synth; in cmd_inject()
A Dbuiltin-record.c2522 evlist__uniquify_evsel_names(rec->evlist, &stat_config); in __cmd_record()
/tools/perf/util/
A Dtool.h76 stat_config, member
A Dconfig.c40 struct perf_stat_config stat_config = { variable
477 stat_config.big_num = (set != 0); in perf_stat__set_big_num()
482 stat_config.no_csv_summary = (set != 0); in perf_stat__set_no_csv_summary()
A Dstat.h117 extern struct perf_stat_config stat_config;
A Dtool.c298 tool->stat_config = process_event_stat_config_stub; in perf_tool__init()
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()
A Dstat.c710 perf_event__read_stat_config(&sc, &event->stat_config); in perf_event__fprintf_stat_config()
A Dparse-events.c2300 evlist__uniquify_evsel_names(evlist, &stat_config); in __parse_events()
/tools/perf/tests/
A Dstat.c29 struct perf_record_stat_config *config = &event->stat_config; in process_stat_config_event()
/tools/lib/perf/include/perf/
A Devent.h543 struct perf_record_stat_config stat_config; member

Completed in 59 milliseconds