Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 15 of 15) sorted by relevance

/tools/testing/selftests/vm/
Dthuge-gen.c95 void show(unsigned long ps) in show() argument
98 if (ps == getpagesize()) in show()
100 printf("%luMB: ", ps >> 20); in show()
104 ps >> 10); in show()
135 unsigned long read_free(unsigned long ps) in read_free() argument
137 return read_sysfs(ps != getpagesize(), in read_free()
139 ps >> 10); in read_free()
236 unsigned long ps = page_sizes[i]; in main() local
237 int arg = ilog2(ps) << MAP_HUGE_SHIFT; in main()
238 printf("Testing %luMB mmap with shift %x\n", ps >> 20, arg); in main()
[all …]
Dmlock-random-test.c23 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) argument
Dcharge_reserved_hugetlb.sh192 if ! ps $write_pid > /dev/null
/tools/perf/pmu-events/
Djson.c46 unsigned ps = sysconf(_SC_PAGESIZE); in mapfile() local
64 (st.st_size + ps - 1) & ~(ps - 1), in mapfile()
75 unsigned ps = sysconf(_SC_PAGESIZE); in unmapfile() local
76 munmap(map, roundup(size, ps)); in unmapfile()
/tools/perf/util/
Dstat.c81 struct perf_stat_evsel *ps = evsel->stats; in __perf_stat_evsel__is() local
83 return ps->id == id; in __perf_stat_evsel__is()
113 struct perf_stat_evsel *ps = evsel->stats; in perf_stat_evsel_id_init() local
120 ps->id = i; in perf_stat_evsel_id_init()
129 struct perf_stat_evsel *ps = evsel->stats; in evsel__reset_stat_priv() local
132 init_stats(&ps->res_stats[i]); in evsel__reset_stat_priv()
148 struct perf_stat_evsel *ps = evsel->stats; in evsel__free_stat_priv() local
150 if (ps) in evsel__free_stat_priv()
151 zfree(&ps->group_data); in evsel__free_stat_priv()
434 struct perf_stat_evsel *ps = counter->stats; in perf_stat_process_counter() local
[all …]
Dparse-events.c2247 struct parse_events_state ps = { in parse_events__with_hybrid_pmu() local
2248 .list = LIST_HEAD_INIT(ps.list), in parse_events__with_hybrid_pmu()
2255 ret = parse_events__scanner(str, &ps); in parse_events__with_hybrid_pmu()
2259 if (!list_empty(&ps.list)) { in parse_events__with_hybrid_pmu()
2260 list_splice(&ps.list, list); in parse_events__with_hybrid_pmu()
2261 parse_state->idx = ps.idx; in parse_events__with_hybrid_pmu()
Dstat-display.c55 struct perf_stat_evsel *ps; in print_noise() local
60 ps = evsel->stats; in print_noise()
61 print_noise_pct(config, stddev_stats(&ps->res_stats[0]), avg); in print_noise()
Devsel.c1544 struct perf_stat_evsel *ps = leader->stats; in evsel__read_group() local
1547 u64 *data = ps->group_data; in evsel__read_group()
1560 ps->group_data = data; in evsel__read_group()
/tools/perf/Documentation/
Dperf.data-directory-format.txt23 $ tree -ps perf.data
38 $ sudo tree -ps perf.data
Dperf-daemon.txt29 # ps axjf
Dperf-intel-pt.txt652 $ ps -e | grep perf
1224 $ ps -eLl | grep 'KVM\|PID'
1288 $ ps -eLl | grep 'KVM\|PID'
/tools/testing/selftests/netfilter/
Dnft_flowtable.sh277 if ps -p $lpid > /dev/null;then
281 if ps -p $cpid > /dev/null;then
465 KEY_SHA="0x"$(ps -xaf | sha1sum | cut -d " " -f 1)
466 KEY_AES="0x"$(ps -xaf | md5sum | cut -d " " -f 1)
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run-qemu.sh117 ps -fp $killpid >> $resdir/Warnings 2>&1
/tools/testing/selftests/bpf/
Dtest_xdp_redirect_multi.sh188 if ! ps -p $xdp_pid > /dev/null; then
/tools/power/pm-graph/
Dsleepgraph.py1911 dc, ps, pe = len(devlist), self.dmesg[phase]['start'], self.dmesg[phase]['end']
1912 if not tS and ps >= self.tSuspended:
1915 if not tR and ps >= self.tResumed:
1918 sysvals.vprint('%20s: %f - %f (%d devices)' % (phase, ps, pe, dc))
2068 for ps in sorted(pslist):
2069 if ps not in proclist:
2070 proclist.append(ps)
2082 for ps in proclist:
2083 c = self.addProcessUsageEvent(ps, tsus)
2085 sysvals.vprint('%25s (sus): %d' % (ps, c))
[all …]