Searched refs:stat_config (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-stat.c | 1497 stat_config.aggr_get_id = aggr_mode__get_id(stat_config.aggr_mode); in perf_stat_init_aggr_mode() 1828 stat_config.aggr_get_id = aggr_mode__get_id_file(stat_config.aggr_mode); in perf_stat_init_aggr_mode_file() 1850 if (stat_config.null_run) in add_default_events() 1933 if (!stat_config.interval && !stat_config.metric_only) { in add_default_events() 2145 perf_event__read_stat_config(&stat_config, &event->stat_config); in process_stat_config_event() 2539 if (stat_config.metric_only && stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat() 2544 if (stat_config.metric_only && stat_config.run_count > 1) { in cmd_stat() 2549 if (stat_config.csv_output || (stat_config.metric_only && stat_config.json_output)) { in cmd_stat() 2557 if (stat_config.walltime_run_table && stat_config.run_count <= 1) { in cmd_stat() 2643 stat_config.walltime_run = zalloc(stat_config.run_count * sizeof(stat_config.walltime_run[0])); in cmd_stat() [all …]
|
| H A D | builtin-script.c | 2127 evlist__alloc_stats(&stat_config, script->session->evlist, /*alloc_raw=*/false); in perf_sample__fprint_metric() 2134 perf_stat__print_shadow_stats(&stat_config, ev2, in perf_sample__fprint_metric() 2364 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat() 3516 perf_stat_process_counter(&stat_config, counter); in process_stat_round_event() 3527 perf_event__read_stat_config(&stat_config, &event->stat_config); in process_stat_config_event() 3533 stat_config.aggr_mode = AGGR_NONE; in process_stat_config_event() 3550 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true)) in set_maps() 4092 script.tool.stat_config = process_stat_config_event; in cmd_script()
|
| H A D | builtin-inject.c | 2526 inject.tool.stat_config = perf_event__repipe_op2_synth; in cmd_inject()
|
| /linux-6.15/tools/perf/util/ |
| H A D | tool.h | 76 stat_config, member
|
| H 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()
|
| H A D | stat.h | 120 extern struct perf_stat_config stat_config;
|
| H A D | tool.c | 278 tool->stat_config = process_event_stat_config_stub; in perf_tool__init()
|
| H A D | session.c | 659 size = bswap_64(event->stat_config.nr) * sizeof(event->stat_config.data[0]); in perf_event__stat_config_swap() 661 mem_bswap_64(&event->stat_config.nr, size); in perf_event__stat_config_swap() 1468 err = tool->stat_config(session, event); in perf_session__process_user_event()
|
| H A D | stat.c | 744 perf_event__read_stat_config(&sc, &event->stat_config); in perf_event__fprintf_stat_config()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | stat.c | 29 struct perf_record_stat_config *config = &event->stat_config; in process_stat_config_event()
|
| /linux-6.15/tools/lib/perf/include/perf/ |
| H A D | event.h | 515 struct perf_record_stat_config stat_config; member
|