Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dstat.c29 struct perf_record_stat_config *config = &event->stat_config; in process_stat_config_event()
59 TEST_ASSERT_VAL("failed to synthesize stat_config", in test__synthesize_stat_config()
91 TEST_ASSERT_VAL("failed to synthesize stat_config", in test__synthesize_stat()
112 TEST_ASSERT_VAL("failed to synthesize stat_config", in test__synthesize_stat_round()
30 struct perf_stat_config stat_config = {}; process_stat_config_event() local
53 struct perf_stat_config stat_config = { test__synthesize_stat_config() local
/linux/tools/perf/util/
H A Dtool.h76 stat_config, member
H A Dtool.c278 tool->stat_config = process_event_stat_config_stub; in perf_tool__init()
/linux/tools/lib/perf/include/perf/
H A Devent.h515 struct perf_record_stat_config stat_config; member
/linux/tools/perf/
H A Dbuiltin-inject.c2526 inject.tool.stat_config = perf_event__repipe_op2_synth; in cmd_inject()