Home
last modified time | relevance | path

Searched full:llcstat (Results 1 – 8 of 8) sorted by relevance

/external/bcc/man/man8/
Dllcstat.81 .TH llcstat 8 "2015-08-18" "USER COMMANDS"
3 llcstat \- Summarize CPU cache references and misses by process. Uses Linux eBPF/bcc.
5 .B llcstat [\-h] [\-c SAMPLE_PERIOD] [duration]
7 llcstat instruments CPU cache references and cache misses system-side, and
37 .B llcstat -c 100 20
/external/bcc/tools/
Dllcstat_example.txt1 Demonstrations of llcstat.
4 llcstat traces cache reference and cache miss events system-wide, and summarizes
12 # ./llcstat.py 20 -c 5000
44 # ./llcstat.py --help
45 usage: llcstat.py [-h] [-c SAMPLE_PERIOD] [duration]
Dllcstat.py3 # llcstat.py Summarize cache references and cache misses by PID.
/external/bcc/examples/cpp/
DCMakeLists.txt24 add_executable(LLCStat LLCStat.cc) target
25 target_link_libraries(LLCStat bcc-static)
39 install (TARGETS LLCStat DESTINATION share/bcc/examples/cpp)
DLLCStat.cc2 * LLCStat Show LLC hit ratio for each process on each CPU core.
7 * USAGE: LLCStat [duration]
/external/bcc/snapcraft/
Dsnapcraft.yaml144 llcstat:
145 command: wrapper llcstat
146 aliases: [llcstat]
/external/bcc/debian/
Dchangelog45 * capable, cpuunclaimed, dbslower, dbstat, deadlock_detector, llcstat,
/external/bcc/
DREADME.md119 - tools/[llcstat](tools/llcstat.py): Summarize CPU cache references and misses by process. [Example…