Searched refs:cache (Results 1 – 17 of 17) sorted by relevance
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 1 perf-buildid-cache(1) 6 perf-buildid-cache - Manage build-id cache. 11 'perf buildid-cache <options>' 15 This command manages the build-id cache. It can add and remove files to/from 16 the cache. In the future it should as well purge older entries, set upper 17 limits for the space used by the cache, etc. 23 Add specified file to the cache. 26 Add specified kcore file to the cache. For the current host that is 28 running 'perf buildid-cache' as root may update root's build-id cache 34 kcore in the cache (with the same build-id) that has the same modules at [all …]
|
D | perf-list.txt | 11 'perf list' [hw|sw|cache|tracepoint|pmu|event_glob] 99 . 'hw' or 'hardware' to list hardware events such as cache-misses, etc. 103 . 'cache' or 'hwcache' to list hardware cache events such as L1-dcache-loads, etc.
|
D | perf-stat.txt | 57 -d: detailed events, L1 and LLC data cache 166 172158895 cache references # 21.209 M/sec 167 27075259 cache misses # 3.335 M/sec
|
D | perf-record.txt | 148 --no-buildid-cache:: 149 Do not update the buildid cache. This saves some overhead in situations
|
/tools/perf/util/ |
D | dso.c | 380 struct dso_cache *cache; in dso_cache__free() local 382 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free() 383 next = rb_next(&cache->rb_node); in dso_cache__free() 384 rb_erase(&cache->rb_node, root); in dso_cache__free() 385 free(cache); in dso_cache__free() 393 struct dso_cache *cache; in dso_cache__find() local 399 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find() 400 end = cache->offset + DSO__DATA_CACHE_SIZE; in dso_cache__find() 402 if (offset < cache->offset) in dso_cache__find() 407 return cache; in dso_cache__find() [all …]
|
D | ordered-events.c | 93 struct list_head *cache = &oe->cache; in alloc_event() local 101 if (!list_empty(cache)) { in alloc_event() 102 new = list_entry(cache->next, struct ordered_event, list); in alloc_event() 151 list_move(&event->list, &oe->cache); in ordered_events__delete() 270 INIT_LIST_HEAD(&oe->cache); in ordered_events__init()
|
D | ordered-events.h | 30 struct list_head cache; member
|
D | parse-events.l | 182 cache-references { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_REFERENCES); } 183 cache-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES); }
|
D | dso.h | 133 struct rb_root cache; member
|
/tools/perf/tests/attr/ |
D | test-record-group-sampling | 3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1 16 # cache-misses
|
/tools/usb/usbip/ |
D | INSTALL | 27 It can also use an optional file (typically called `config.cache' 28 and enabled with `--cache-file=config.cache' or simply `-C') that saves 31 cache files. 36 be considered for the next release. If you are using the cache, and at 37 some point `config.cache' contains results you don't want to keep, you 215 `--cache-file=FILE' 216 Enable the cache: use and save the results of the tests in FILE, 217 traditionally `config.cache'. FILE defaults to `/dev/null' to 220 `--config-cache' 222 Alias for `--cache-file=config.cache'.
|
D | .gitignore | 4 autom4te.cache/
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 48 --cache-filter=value 91 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter: 185 --cache-filter)
|
/tools/perf/ |
D | command-list.txt | 8 perf-buildid-cache mainporcelain common
|
D | perf-with-kcore.sh | 59 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
|
D | design.txt | 114 cache references and misses at different levels of the cache hierarchy). 461 Architectures that have d-cache aliassing issues, such as Sparc and ARM,
|
D | Makefile.perf | 247 LIB_H += util/cache.h 452 BUILTIN_OBJS += $(OUTPUT)builtin-buildid-cache.o
|