Searched refs:cached (Results 1 – 7 of 7) sorted by relevance
17 static struct cgroupfs_cache_entry cached; variable27 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()
10 static bool cached; in smt_on() local15 if (cached) in smt_on()42 cached = true; in smt_on()46 if (!cached) { in smt_on()49 cached = true; in smt_on()
60 static bool cached; in sysctl__nmi_watchdog_enabled() local64 if (cached) in sysctl__nmi_watchdog_enabled()71 cached = true; in sysctl__nmi_watchdog_enabled()
45 Remove a cached binary which has same build-id of specified file49 Purge all cached binaries including older caches which have specified53 Purge all cached binaries. This will flush out entire cache.
76 When this is used with --cache, perf shows all cached probes instead of127 (With --list) Show cached probes.128 (With --del) Remove cached probes.168 4) Pre-defined SDT events or cached event with name179 …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.
148 cached by glibc.
34 returns cached endianness of the local machine instead of checking it each time.