HomeSort by relevance Sort by last modified time
    Searched full:simpleperf (Results 1 - 25 of 25) sorted by null

  /system/sepolicy/
perfprofd.te 16 # perfprofd checks for the existence of and then invokes simpleperf;
17 # simpleperf retains perfprofd domain after exec
36 # simpleperf uses ioctl() to turn on kernel perf events measurements
39 # simpleperf needs to examine /proc to collect task/thread info
42 # simpleperf needs to access /proc/<pid>/exec
46 # simpleperf needs open/read any file that turns up in a profile
50 # simpleperf examines debugfs on startup to collect tracepoint event types
53 # simpleperf is going to execute "sleep"
56 # needed for simpleperf on some kernels
  /system/extras/simpleperf/
dwarf_unwind.h 24 namespace simpleperf { namespace
28 using ThreadEntry = simpleperf::ThreadEntry;
thread_tree.h 28 namespace simpleperf { namespace
102 } // namespace simpleperf
104 using MapEntry = simpleperf::MapEntry;
105 using ThreadEntry = simpleperf::ThreadEntry;
106 using ThreadTree = simpleperf::ThreadTree;
cmd_help.cpp 28 : Command("help", "print help information for simpleperf",
29 "Usage: simpleperf help [subcommand]\n"
59 "Usage: simpleperf [common options] subcommand [args_for_subcommand]\n"
report.py 18 """Simpleperf gui reporter: provide gui interface for simpleperf report command.
21 generated by simpleperf report command, and reporter will display it. The
23 simpleperf report command. The reporter will call `simpleperf report` to
246 args = ['simpleperf', 'report'] + args
command.cpp 28 LOG(ERROR) << "No argument following " << args[*pi] << " option. Try `simpleperf help " << name_
38 << "'. Try `simpleperf help " << name_ << "`";
Android.mk 144 # simpleperf
147 # simpleperf target
150 LOCAL_MODULE := simpleperf
160 # simpleperf host
162 LOCAL_MODULE := simpleperf
cmd_list.cpp 51 "Usage: simpleperf list [hw|sw|cache|tracepoint]\n"
cmd_stat.cpp 56 "Usage: simpleperf stat [options] [command [command-args]]\n"
63 " Select the event list to count. Use `simpleperf list` to find\n"
135 LOG(ERROR) << "No threads to monitor. Try `simpleperf help stat` for help\n";
thread_tree.cpp 27 namespace simpleperf { namespace
212 } // namespace simpleperf
cmd_dumprecord.cpp 40 "Usage: simpleperf dumprecord [options] [perf_record_file]\n"
cmd_record.cpp 68 "Usage: simpleperf record [options] [command [command-args]]\n"
80 " Select the event list to sample. Use `simpleperf list` to find\n"
222 LOG(ERROR) << "No threads to monitor. Try `simpleperf help record` for help\n";
767 std::string exec_path = "simpleperf";
event_type.cpp 96 << "', try `simpleperf list` to list all possible event type names";
cmd_report.cpp 243 "Usage: simpleperf report [options]\n"
  /cts/tests/tests/simpleperf/
Android.mk 5 simpleperf_src_path := system/extras/simpleperf
36 TMP_FILE=`mktemp $(OUT_DIR)/simpleperf-post-link-XXXXXXXXXX` && \
43 LOCAL_CTS_TEST_PACKAGE := android.simpleperf
AndroidTest.xml 16 <configuration description="Config for CTS Simpleperf test cases">
  /system/extras/simpleperf/runtest/
runtest.py 17 """Simpleperf runtest runner: run simpleperf runtests on host or on device.
19 For a simpleperf runtest like one_function test, it contains following steps:
20 1. Run simpleperf record command to record simpleperf_runtest_one_function's
22 2. Run simpleperf report command to parse perf.data, generate perf.report.
501 host_runner = HostRunner('simpleperf')
502 device_runner = DeviceRunner('simpleperf')
  /system/extras/perfprofd/
configreader.cc 81 addStringEntry("perf_path", "/system/xbin/simpleperf");
perfprofdcore.cc 50 // simpleperf record -a
210 // Check for existence of simpleperf/perf executable
  /system/extras/perfprofd/tests/
perfprofd_test.cc 372 // Perfprofd uses the 'simpleperf' tool to collect profiles
374 // checks to make sure that if 'simpleperf' is not present we bail out
  /system/extras/simpleperf/testdata/
perf_g_fp.data 9 @/ssd/android/aosp_master/out/host/linux-x86/bin/simpleperf@record@--call-graph (…)
perf_b.data     [all...]
perf.data     [all...]
has_embedded_native_libs_apk_perf.data     [all...]
  /cts/tools/utils/
buildCts.py 419 'android.simpleperf' : [],

Completed in 1179 milliseconds