Searched refs:stat_config (Results 1 – 14 of 14) sorted by relevance
| /tools/perf/ |
| A D | builtin-stat.c | 1493 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 D | builtin-script.c | 2129 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 D | builtin-top.c | 1318 evlist__uniquify_evsel_names(top->evlist, &stat_config); in __cmd_top()
|
| A D | builtin-inject.c | 2532 inject.tool.stat_config = perf_event__repipe_op2_synth; in cmd_inject()
|
| A D | builtin-record.c | 2522 evlist__uniquify_evsel_names(rec->evlist, &stat_config); in __cmd_record()
|
| /tools/perf/util/ |
| A D | tool.h | 76 stat_config, member
|
| A D | config.c | 40 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 D | stat.h | 117 extern struct perf_stat_config stat_config;
|
| A D | tool.c | 298 tool->stat_config = process_event_stat_config_stub; in perf_tool__init()
|
| A D | session.c | 664 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 D | stat.c | 710 perf_event__read_stat_config(&sc, &event->stat_config); in perf_event__fprintf_stat_config()
|
| A D | parse-events.c | 2300 evlist__uniquify_evsel_names(evlist, &stat_config); in __parse_events()
|
| /tools/perf/tests/ |
| A D | stat.c | 29 struct perf_record_stat_config *config = &event->stat_config; in process_stat_config_event()
|
| /tools/lib/perf/include/perf/ |
| A D | event.h | 543 struct perf_record_stat_config stat_config; member
|
Completed in 59 milliseconds