Searched refs:stat_config (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/perf/ |
D | builtin-stat.c | 153 static struct perf_stat_config stat_config = { variable 354 fprintf(stat_config.output, in read_counter_cpu() 414 if (!stat_config.stop_read_counter) { in read_counters() 429 if (counter->err == 0 && perf_stat_process_counter(&stat_config, counter)) in process_counters() 434 perf_stat_merge_counters(&stat_config, evsel_list); in process_counters() 435 perf_stat_process_percore(&stat_config, evsel_list); in process_counters() 456 update_stats(&walltime_nsecs_stats, stat_config.interval * 1000000ULL); in process_interval() 695 int interval = stat_config.interval; in __run_perf_stat() 696 int times = stat_config.times; in __run_perf_stat() 697 int timeout = stat_config.timeout; in __run_perf_stat() [all …]
|
D | builtin-script.c | 88 static struct perf_stat_config stat_config; variable 2189 evlist__alloc_stats(&stat_config, script->session->evlist, /*alloc_raw=*/false); in perf_sample__fprint_metric() 2196 perf_stat__print_shadow_stats(&stat_config, ev2, in perf_sample__fprint_metric() 2421 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat() 3772 perf_stat_process_counter(&stat_config, counter); in process_stat_round_event() 3783 perf_event__read_stat_config(&stat_config, &event->stat_config); in process_stat_config_event() 3789 stat_config.aggr_mode = AGGR_NONE; in process_stat_config_event() 3806 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true)) in set_maps() 4348 script.tool.stat_config = process_stat_config_event; in cmd_script()
|
D | builtin-inject.c | 2526 inject.tool.stat_config = perf_event__repipe_op2_synth; in cmd_inject()
|
/linux-6.12.1/tools/perf/tests/ |
D | stat.c | 29 struct perf_record_stat_config *config = &event->stat_config; in process_stat_config_event() 30 struct perf_stat_config stat_config = {}; in process_stat_config_event() local 42 perf_event__read_stat_config(&stat_config, config); in process_stat_config_event() 44 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event() 45 TEST_ASSERT_VAL("wrong scale", stat_config.scale == 1); in process_stat_config_event() 46 TEST_ASSERT_VAL("wrong interval", stat_config.interval == 1); in process_stat_config_event() 53 struct perf_stat_config stat_config = { in test__synthesize_stat_config() local 60 !perf_event__synthesize_stat_config(NULL, &stat_config, process_stat_config_event, NULL)); in test__synthesize_stat_config()
|
/linux-6.12.1/tools/perf/util/ |
D | tool.h | 76 stat_config, member
|
D | tool.c | 278 tool->stat_config = process_event_stat_config_stub; in perf_tool__init()
|
D | session.c | 658 size = bswap_64(event->stat_config.nr) * sizeof(event->stat_config.data[0]); in perf_event__stat_config_swap() 660 mem_bswap_64(&event->stat_config.nr, size); in perf_event__stat_config_swap() 1430 return tool->stat_config(session, event); in perf_session__process_user_event()
|
D | stat.c | 735 perf_event__read_stat_config(&sc, &event->stat_config); in perf_event__fprintf_stat_config()
|
/linux-6.12.1/tools/lib/perf/include/perf/ |
D | event.h | 515 struct perf_record_stat_config stat_config; member
|