Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 7 of 7) sorted by relevance

/tools/lib/api/fs/
Dcgroup.c17 static struct cgroupfs_cache_entry cached; variable
27 if (!strcmp(cached.subsys, subsys)) { in cgroupfs_find_mountpoint()
28 if (strlen(cached.mountpoint) < maxlen) { in cgroupfs_find_mountpoint()
29 strcpy(buf, cached.mountpoint); in cgroupfs_find_mountpoint()
94 strncpy(cached.subsys, subsys, sizeof(cached.subsys) - 1); in cgroupfs_find_mountpoint()
95 strcpy(cached.mountpoint, mountpoint); in cgroupfs_find_mountpoint()
/tools/perf/util/
Dsmt.c10 static bool cached; in smt_on() local
15 if (cached) in smt_on()
42 cached = true; in smt_on()
46 if (!cached) { in smt_on()
49 cached = true; in smt_on()
Dutil.c60 static bool cached; in sysctl__nmi_watchdog_enabled() local
64 if (cached) in sysctl__nmi_watchdog_enabled()
71 cached = true; in sysctl__nmi_watchdog_enabled()
/tools/perf/Documentation/
Dperf-buildid-cache.txt45 Remove a cached binary which has same build-id of specified file
49 Purge all cached binaries including older caches which have specified
53 Purge all cached binaries. This will flush out entire cache.
Dperf-probe.txt76 When this is used with --cache, perf shows all cached probes instead of
127 (With --list) Show cached probes.
128 (With --del) Remove cached probes.
168 4) Pre-defined SDT events or cached event with name
179 …ame which is defined by user SDT (Statically Defined Tracing) or the pre-cached probes with event …
180 …are defined) must be scanned by linkperf:perf-buildid-cache[1] to make SDT events as cached events.
Dperf-bench.txt148 cached by glibc.
/tools/lib/traceevent/Documentation/
Dlibtraceevent-host_endian.txt34 returns cached endianness of the local machine instead of checking it each time.