Home
last modified time | relevance | path

Searched refs:PerfHWConfig (Results 1 – 4 of 4) sorted by relevance

/external/bcc/tests/python/
Dtest_attach_perf_event.py9 from bcc import BPF, PerfType, PerfHWConfig, PerfSWConfig, PerfEventSampleFormat
55 event_attr.config = PerfHWConfig.CACHE_MISSES
100 event_attr.config = PerfHWConfig.CPU_CYCLES
Dtest_perf_event.py52 bcc.PerfHWConfig.CPU_CYCLES, pid=mypid)
/external/bcc/tools/
Dllcstat.py22 from bcc import BPF, PerfType, PerfHWConfig
93 ev_type=PerfType.HARDWARE, ev_config=PerfHWConfig.CACHE_MISSES,
96 ev_type=PerfType.HARDWARE, ev_config=PerfHWConfig.CACHE_REFERENCES,
/external/bcc/src/python/bcc/
D__init__.py119 class PerfHWConfig: class