Searched defs:ps (Results 1 – 7 of 7) sorted by relevance
82 struct perf_stat_evsel *ps = evsel->stats; in evsel__reset_aggr_stats() local91 struct perf_stat_evsel *ps = evsel->stats; in evsel__reset_stat_priv() local99 struct perf_stat_evsel *ps = evsel->stats; in evsel__alloc_aggr_stats() local125 struct perf_stat_evsel *ps; in evsel__alloc_stat_priv() local145 struct perf_stat_evsel *ps = evsel->stats; in evsel__free_stat_priv() local269 struct perf_stat_evsel *ps = evsel->stats; in evsel__copy_res_stats() local390 struct perf_stat_evsel *ps = evsel->stats; in process_counter_values() local482 struct perf_stat_evsel *ps = counter->stats; in perf_stat_process_counter() local604 struct perf_stat_evsel *ps = evsel->stats; in evsel__update_percore_stats() local642 struct perf_stat_evsel *ps = evsel->stats; in evsel__process_percore() local
154 struct perf_stat_evsel *ps; in print_noise() local976 struct perf_stat_evsel *ps = counter->stats; in print_counter_aggrdata() local1142 struct perf_stat_evsel *ps = counter->stats; in print_no_aggr_metric() local
410 struct perf_stat_evsel *ps = metric_events[i]->stats; in prepare_metric() local
1670 struct perf_stat_evsel *ps = leader->stats; in evsel__read_group() local
68 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
64 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() local239 unsigned long ps = page_sizes[i]; in main() local
25 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) argument