Searched refs:sample_freq (Results 1 – 15 of 15) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | stacktrace_build_id_nmi.c | 7 __u64 sample_freq = 5000; /* fallback to 5000 on error */ in read_perf_max_sample_freq() local 13 return sample_freq; in read_perf_max_sample_freq() 14 CHECK(fscanf(f, "%llu", &sample_freq) != 1, "Get max sample rate", in read_perf_max_sample_freq() 17 return sample_freq; in read_perf_max_sample_freq() 37 attr.sample_freq = read_perf_max_sample_freq(); in test_stacktrace_build_id_nmi()
|
D | perf_branches.c | 113 attr.sample_freq = 4000; in test_perf_branches_hw() 154 attr.sample_freq = 4000; in test_perf_branches_no_hw()
|
/tools/perf/tests/ |
D | task-exit.c | 96 evsel->core.attr.sample_freq = 1000000; in test__task_exit() 98 evsel->core.attr.sample_freq = 1; in test__task_exit()
|
D | sw-clock.c | 49 attr.sample_freq = 500; in __test__sw_clock_freq() 83 knob, (u64)attr.sample_freq); in __test__sw_clock_freq()
|
/tools/perf/tests/attr/ |
D | test-record-group-sampling | 36 sample_freq=0
|
/tools/lib/perf/Documentation/examples/ |
D | sampling.c | 34 .sample_freq = 10, in main()
|
/tools/perf/util/ |
D | record.c | 74 attr->sample_freq = 0; in evsel__config_leader_sampling()
|
D | evsel_fprintf.c | 73 term, (u64)evsel->core.attr.sample_freq); in evsel__fprintf()
|
D | python.c | 776 &attr.type, &attr.config, &attr.sample_freq, in pyrf_evsel__init() 790 if (attr.sample_freq != 0) in pyrf_evsel__init()
|
D | evlist.c | 1514 if (first->core.attr.sample_freq < (u64)max_freq) in evlist__strerror_open() 1521 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open()
|
D | evsel.c | 897 attr->sample_freq = term->val.freq; in evsel__apply_config_terms() 1022 attr->sample_freq = opts->freq; in evsel__set_default_freq_period() 1108 attr->sample_freq = 0; in evsel__config()
|
D | hist.c | 2726 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq); in __hists__scnprintf_title()
|
/tools/include/uapi/linux/ |
D | perf_event.h | 339 __u64 sample_freq; member
|
/tools/lib/perf/Documentation/ |
D | libperf-sampling.txt | 89 34 .sample_freq = 10,
|
/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 265 { sample_period, sample_freq } 1 767 { sample_period, sample_freq } 1 786 { sample_period, sample_freq } 1 802 { sample_period, sample_freq } 1
|