Searched refs:sample_freq (Results 1 – 24 of 24) sorted by relevance
| /tools/perf/tests/ |
| D | task-exit.c | 92 evsel->core.attr.sample_freq = 1000000; in test__task_exit() 94 evsel->core.attr.sample_freq = 1; in test__task_exit()
|
| D | sw-clock.c | 50 attr.sample_freq = 500; in __test__sw_clock_freq() 81 knob, (u64)attr.sample_freq); in __test__sw_clock_freq()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | perf_branches.c | 113 attr.sample_freq = 1000; in test_perf_branches_hw() 154 attr.sample_freq = 1000; in test_perf_branches_no_hw()
|
| D | perf_link.c | 42 attr.sample_freq = 1000; in serial_test_perf_link()
|
| D | perf_event_stackmap.c | 67 .sample_freq = read_perf_max_sample_freq(), in test_perf_event_stackmap()
|
| D | find_vma.c | 35 attr.sample_freq = 1000; in open_pe()
|
| D | stacktrace_build_id_nmi.c | 21 attr.sample_freq = read_perf_max_sample_freq(); in test_stacktrace_build_id_nmi()
|
| D | send_signal.c | 160 .sample_freq = 1000, in test_send_signal_perf()
|
| D | unpriv_bpf_disabled.c | 286 attr.sample_freq = 1000; in test_unpriv_bpf_disabled()
|
| D | bpf_cookie.c | 454 attr.sample_freq = 10000; in pe_subtest()
|
| D | fill_link_info.c | 215 .sample_freq = 1, in test_event_fill_link_info()
|
| /tools/perf/tests/attr/ |
| D | test-record-group-sampling | 36 sample_freq=0
|
| /tools/testing/selftests/bpf/ |
| D | testing_helpers.c | 342 __u64 sample_freq = 5000; /* fallback to 5000 on error */ in read_perf_max_sample_freq() local 349 return sample_freq; in read_perf_max_sample_freq() 351 if (fscanf(f, "%llu", &sample_freq) != 1) { in read_perf_max_sample_freq() 357 return sample_freq; in read_perf_max_sample_freq()
|
| /tools/lib/perf/Documentation/examples/ |
| D | sampling.c | 34 .sample_freq = 10, in main()
|
| /tools/gpio/ |
| D | gpio-sloppy-logic-analyzer.sh | 42 -s|--sample_freq <SI-n>: desired sampling frequency. Might be capped if too large. 176 …lp,instance:,list-instances,kernel-debug-dir:,num_samples:,output-dir:,sample_freq:,trigger: -o c:… 188 -s|--sample_freq) parse_si $2; samplefreq=$si_val; shift;;
|
| /tools/perf/util/ |
| D | record.c | 77 attr->sample_freq = 0; in evsel__config_leader_sampling()
|
| D | evsel_fprintf.c | 78 term, (u64)evsel->core.attr.sample_freq); in evsel__fprintf()
|
| D | python.c | 735 &attr.type, &attr.config, &attr.sample_freq, in pyrf_evsel__init() 749 if (attr.sample_freq != 0) in pyrf_evsel__init()
|
| D | evsel.c | 970 attr->sample_freq = term->val.freq; in evsel__apply_config_terms() 1105 attr->sample_freq = opts->freq; in evsel__set_default_freq_period() 1197 attr->sample_freq = 0; in evsel__config()
|
| D | evlist.c | 1698 if (first->core.attr.sample_freq < (u64)max_freq) in evlist__strerror_open() 1705 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open()
|
| D | hist.c | 2812 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq); in __hists__scnprintf_title()
|
| /tools/lib/perf/Documentation/ |
| D | libperf-sampling.txt | 89 34 .sample_freq = 10,
|
| /tools/include/uapi/linux/ |
| D | perf_event.h | 408 __u64 sample_freq; member
|
| /tools/perf/Documentation/ |
| D | perf-intel-pt.txt | 294 { sample_period, sample_freq } 1 822 { sample_period, sample_freq } 1 841 { sample_period, sample_freq } 1 857 { sample_period, sample_freq } 1
|