Home
last modified time | relevance | path

Searched defs:ps (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dstat.c82 struct perf_stat_evsel *ps = evsel->stats; in evsel__reset_aggr_stats() local
91 struct perf_stat_evsel *ps = evsel->stats; in evsel__reset_stat_priv() local
99 struct perf_stat_evsel *ps = evsel->stats; in evsel__alloc_aggr_stats() local
125 struct perf_stat_evsel *ps; in evsel__alloc_stat_priv() local
145 struct perf_stat_evsel *ps = evsel->stats; in evsel__free_stat_priv() local
269 struct perf_stat_evsel *ps = evsel->stats; in evsel__copy_res_stats() local
390 struct perf_stat_evsel *ps = evsel->stats; in process_counter_values() local
482 struct perf_stat_evsel *ps = counter->stats; in perf_stat_process_counter() local
604 struct perf_stat_evsel *ps = evsel->stats; in evsel__update_percore_stats() local
642 struct perf_stat_evsel *ps = evsel->stats; in evsel__process_percore() local
Dstat-display.c154 struct perf_stat_evsel *ps; in print_noise() local
976 struct perf_stat_evsel *ps = counter->stats; in print_counter_aggrdata() local
1142 struct perf_stat_evsel *ps = counter->stats; in print_no_aggr_metric() local
Dstat-shadow.c410 struct perf_stat_evsel *ps = metric_events[i]->stats; in prepare_metric() local
Devsel.c1670 struct perf_stat_evsel *ps = leader->stats; in evsel__read_group() local
/tools/perf/
Dbuiltin-list.c68 static void default_print_start(void *ps) in default_print_start()
115 static void default_print_event(void *ps, const char *topic, const char *pmu_name, in default_print_event()
193 static void default_print_metric(void *ps, in default_print_metric()
285 static void json_print_start(void *ps) in json_print_start()
293 static void json_print_end(void *ps) in json_print_end()
356 static void json_print_event(void *ps, const char *topic, const char *pmu_name, in json_print_event()
495 static bool default_skip_duplicate_pmus(void *ps) in default_skip_duplicate_pmus()
512 void *ps = &default_ps; in cmd_list() local
/tools/testing/selftests/mm/
Dthuge-gen.c64 void show(unsigned long ps) in show()
107 unsigned long read_free(unsigned long ps) in read_free()
225 unsigned long ps = page_sizes[i]; in main() local
239 unsigned long ps = page_sizes[i]; in main() local
Dmlock-random-test.c25 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) argument