OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noploop
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
Makefile
3
BINS=iTLB_benchmark dTLB_benchmark
noploop
9
noploop
:
noploop
.c
11
noploop_branch.txt:
noploop
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/src/
Makefile
7
noploop
: graph.c
/external/autotest/client/site_tests/hardware_PerfCounterVerification/
perf_lbr_verification.py
131
@param loops: the number of
noploop
branches executed.
193
def GatherPerfBranchSamples(
noploop
, branch_addresses, events, count,
195
"""Run perf record -b with the given events, and
noploop
program.
199
@param
noploop
: Path to
noploop
binary. It should take one argument (number
207
@returns: List of dicts containing facts about the executions of
noploop
.
216
perf_data = 'perf.lbr.
noploop
.%d.%d.data' % (loops, j)
221
noploop
, '%d' % loops),
223
noploop_dso_name = os.path.abspath(
noploop
)
252
"""Verify the operation of LBR using a simple
noploop
program and perf.""
[
all
...]
hardware_PerfCounterVerification.py
29
the number of iterations of a "
noploop
" program and the number of
Completed in 196 milliseconds