OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_args
(Results
1 - 10
of
10
) sorted by null
/external/perf_data_converter/src/quipper/
quipper.cc
26
bool ParseArguments(int argc, char* argv[], std::vector<string>*
perf_args
,
39
perf_args
->emplace_back(argv[i]);
49
std::vector<string>
perf_args
;
local
52
if (!ParseArguments(argc, argv, &
perf_args
, &perf_duration)) return 1;
56
if (!perf_recorder.RunCommandAndGetSerializedOutput(
perf_args
, perf_duration,
perf_recorder.h
26
// Runs the perf command specified in |
perf_args
| for |time_sec| seconds. The
29
bool RunCommandAndGetSerializedOutput(const std::vector<string>&
perf_args
,
perf_recorder.cc
88
const std::vector<string>&
perf_args
, const double time_sec,
90
if (!ValidatePerfCommandLine(
perf_args
)) {
95
// ValidatePerfCommandLine should have checked
perf_args
[0] == "perf", and
96
// that
perf_args
[1] is a supported sub-command (e.g. "record" or "stat").
98
const string& perf_type =
perf_args
[1];
109
// - Replace "perf" in |
perf_args
[0]| with |perf_binary_command_| to
115
perf_args
.begin() + 1, // skip "perf"
116
perf_args
.end());
/external/toolchain-utils/crosperf/
mock_instance.py
11
perf_args
= 'record -a -e cycles'
variable
39
perf_args
, '', '')
42
perf_args
, '', '')
benchmark.py
55
perf_args
,
66
self.
perf_args
=
perf_args
experiment_factory.py
99
iterations, rm_chroot_tmp,
perf_args
, suite,
104
test_name, test_name, test_args, iterations, rm_chroot_tmp,
perf_args
,
124
perf_args
= global_settings.GetField('
perf_args
')
177
iterations, rm_chroot_tmp,
perf_args
, suite,
182
perf_args
, suite, show_all_results, retries,
187
perf_args
, suite, show_all_results, retries,
197
perf_args
,
205
iterations, rm_chroot_tmp,
perf_args
, suite,
209
rm_chroot_tmp,
perf_args
, suite
[
all
...]
benchmark_run.py
177
if self.benchmark.
perf_args
and self.benchmark.suite == 'telemetry':
179
self.benchmark.
perf_args
= ''
181
if self.benchmark.
perf_args
and self.benchmark.suite == 'test_that':
183
self.benchmark.
perf_args
= ''
185
if self.benchmark.
perf_args
:
186
perf_args_list = self.benchmark.
perf_args
.split(' ')
188
perf_args
= ' '.join(perf_args_list)
190
raise SyntaxError('
perf_args
must start with either record or stat')
193
("--profiler_args='perf_options=\"%s\"'" %
perf_args
)
experiment_factory_unittest.py
100
perf_args
, suite, show_all):
103
bench_list, set_list, args, iters, rm_ch,
perf_args
, suite, show_all
benchmark_run_unittest.py
46
'', #
perf_args
93
'', #
perf_args
345
self.test_benchmark.
perf_args
= 'record -e cycles'
357
self.test_benchmark.
perf_args
= 'record -e cycles'
363
self.test_benchmark.
perf_args
= 'junk args'
/external/toolchain-utils/crosperf/experiment_files/
telemetry_perf_perf
26
local
perf_args
="${1:+
perf_args
: $1}"
30
$
perf_args
Completed in 258 milliseconds