Searched defs:nthreads (Results 1 – 13 of 13) sorted by relevance
/tools/perf/util/ |
D | counts.c | 9 struct perf_counts *perf_counts__new(int ncpus, int nthreads) in perf_counts__new() 58 int evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads) in evsel__alloc_counts()
|
D | stat.c | 155 static int evsel__alloc_prev_raw_counts(struct evsel *evsel, int ncpus, int nthreads) in evsel__alloc_prev_raw_counts() 181 int nthreads = perf_thread_map__nr(evsel->core.threads); in evsel__alloc_stats() local 239 int nthreads = perf_thread_map__nr(evsel->core.threads); in evsel__copy_prev_raw_counts() local 412 int nthreads = perf_thread_map__nr(counter->core.threads); in process_counter_maps() local
|
D | stat-display.c | 751 int nthreads, int ncpus, in sort_aggr_thread() 804 int nthreads = perf_thread_map__nr(counter->core.threads); in print_aggr_thread() local
|
D | evsel.c | 1761 int nthreads; in __evsel__prepare_open() local 1971 int cpu, thread, nthreads; in evsel__open_cpu() local
|
/tools/lib/perf/ |
D | evsel.c | 49 int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_fd() 68 static int perf_evsel__alloc_mmap(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_mmap() 405 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id()
|
/tools/testing/selftests/vm/ |
D | gup_test.c | 87 int filed, i, opt, nr_pages = 1, thp = -1, write = 1, nthreads = 1, ret; in main() local
|
/tools/perf/bench/ |
D | futex.h | 24 unsigned int nthreads; member
|
D | epoll-ctl.c | 35 static unsigned int nthreads = 0; variable
|
D | epoll-wait.c | 90 static unsigned int nthreads = 0; variable
|
/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 402 int i, j, k, nthreads; in TEST() local
|
/tools/perf/ |
D | builtin-stat.c | 359 int nthreads = perf_thread_map__nr(evsel_list->core.threads); in read_counter_cpu() local 473 static int runtime_stat_new(struct perf_stat_config *config, int nthreads) in runtime_stat_new()
|
D | builtin-script.c | 2108 int nthreads = perf_thread_map__nr(counter->core.threads); in __process_stat() local
|
/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 905 int i, j, nthreads, ret = 0; in TEST_F() local
|