Home
last modified time | relevance | path

Searched refs:user_freq (Results 1 – 8 of 8) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-record.c837 .user_freq = UINT_MAX,
886 OPT_UINTEGER('F', "freq", &record.opts.user_freq, "profile at this frequency"),
998 if (rec->opts.user_freq != UINT_MAX) in cmd_record()
999 rec->opts.freq = rec->opts.user_freq; in cmd_record()
Dperf.h234 unsigned int user_freq; member
Dbuiltin-top.c1057 .user_freq = UINT_MAX, in cmd_top()
1102 OPT_UINTEGER('F', "freq", &opts->user_freq, "profile at this frequency"), in cmd_top()
1210 if (opts->user_freq != UINT_MAX) in cmd_top()
1211 opts->freq = opts->user_freq; in cmd_top()
Dbuiltin-trace.c1200 .user_freq = UINT_MAX, in cmd_trace()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dkeep-tracking.c56 .user_freq = UINT_MAX, in test__keep_tracking()
Dperf-time-to-tsc.c51 .user_freq = UINT_MAX, in test__perf_time_to_tsc()
Dcode-reading.c385 .user_freq = UINT_MAX, in do_test_code_reading()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devsel.c605 if (!attr->sample_period || (opts->user_freq != UINT_MAX && in perf_evsel__config()