Searched refs:evsel__set_config_if_unset (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | pmu.c | 246 evsel__set_config_if_unset(evsel, "krava01", 16); in test__pmu_usr_chgs() 250 evsel__set_config_if_unset(evsel, "krava11", 45); in test__pmu_usr_chgs() 254 evsel__set_config_if_unset(evsel, "krava02", 32); in test__pmu_usr_chgs() 258 evsel__set_config_if_unset(evsel, "krava03", 0); in test__pmu_usr_chgs() 267 evsel__set_config_if_unset(evsel, "krava13", 5); in test__pmu_usr_chgs() 276 evsel__set_config_if_unset(evsel, "krava21", 13905); in test__pmu_usr_chgs() 280 evsel__set_config_if_unset(evsel, "krava22", 11); in test__pmu_usr_chgs() 284 evsel__set_config_if_unset(evsel, "krava23", 0); in test__pmu_usr_chgs()
|
| /linux/tools/perf/arch/arm/util/ |
| H A D | cs-etm.c | 296 evsel__set_config_if_unset(evsel, "sinkid", hash); in cs_etm_set_sink_attr() 455 evsel__set_config_if_unset(cs_etm_evsel, "timestamp", 1); in cs_etm_recording_options() 456 evsel__set_config_if_unset(cs_etm_evsel, "contextid", 1); in cs_etm_recording_options() 465 evsel__set_config_if_unset(cs_etm_evsel, "timestamp", 1); in cs_etm_recording_options()
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | arm-spe.c | 277 evsel__set_config_if_unset(evsel, "ts_enable", 1); in arm_spe_setup_evsel()
|
| /linux/tools/perf/util/ |
| H A D | evsel.h | 581 void evsel__set_config_if_unset(struct evsel *evsel, const char *config_name,
|
| H A D | evsel.c | 1338 void evsel__set_config_if_unset(struct evsel *evsel, const char *config_name, in evsel__set_config_if_unset() function
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | intel-pt.c | 667 evsel__set_config_if_unset(intel_pt_evsel, "psb_period", 0); in intel_pt_recording_options()
|