Searched defs:cpu_map_idx (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/util/
H A Dcounts.h20 perf_counts(struct perf_counts *counts, int cpu_map_idx, int thread) argument
26 perf_counts__is_loaded(struct perf_counts *counts, int cpu_map_idx, int thread) argument
32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) argument
H A Devlist.h351 int cpu_map_idx; member in struct:evlist_cpu_iterator
H A Dbpf_counter.c276 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, argument
577 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) argument
772 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) argument
H A Dstat.c679 int cpu_map_idx; local
304 check_per_pkg(struct evsel *counter, struct perf_counts_values *vals, int cpu_map_idx, bool *skip) argument
386 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) argument
745 create_perf_stat_counter(struct evsel *evsel, struct perf_stat_config *config, struct target *target, int cpu_map_idx) argument
[all...]
H A Devsel.h388 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) argument
400 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, in argument
[all...]
H A Dauxtrace.c655 int cpu_map_idx = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); local
H A Devsel.c1412 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) argument
1427 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) argument
1501 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, argument
1517 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) argument
1524 evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, u64 val, u64 ena, u64 run, u64 lost) argument
1539 evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) argument
1573 evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) argument
1603 evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) argument
1613 __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) argument
1633 evsel__match_other_cpu(struct evsel *evsel, struct evsel *other, int cpu_map_idx) argument
1642 evsel__hybrid_group_cpu_map_idx(struct evsel *evsel, int cpu_map_idx) argument
1654 get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) argument
1689 update_fds(struct evsel *evsel, int nr_cpus, int cpu_map_idx, int nr_threads, int thread_idx) argument
1713 evsel__ignore_missing_thread(struct evsel *evsel, int nr_cpus, int cpu_map_idx, struct perf_thread_map *threads, int thread, int err) argument
2164 evsel__open_per_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, int cpu_map_idx) argument
3123 int cpu_map_idx, thread; local
[all...]
/linux-master/tools/lib/perf/
H A Devsel.c87 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) argument
180 static void perf_evsel__close_fd_cpu(struct perf_evsel *evsel, int cpu_map_idx) argument
215 void perf_evsel__close_cpu(struct perf_evsel *evsel, int cpu_map_idx) argument
282 void *perf_evsel__mmap_base(struct perf_evsel *evsel, int cpu_map_idx, int thread) argument
321 perf_evsel__read_group(struct perf_evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) argument
387 perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) argument
415 perf_evsel__ioctl(struct perf_evsel *evsel, int ioc, void *arg, int cpu_map_idx, int thread) argument
426 perf_evsel__run_ioctl(struct perf_evsel *evsel, int ioc, void *arg, int cpu_map_idx) argument
442 perf_evsel__enable_cpu(struct perf_evsel *evsel, int cpu_map_idx) argument
472 perf_evsel__disable_cpu(struct perf_evsel *evsel, int cpu_map_idx) argument
[all...]
H A Devlist.c249 perf_evlist__id_hash(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu_map_idx, int thread, u64 id) argument
270 perf_evlist__id_add(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu_map_idx, int thread, u64 id) argument
281 perf_evlist__id_add_fd(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu_map_idx, int thread, int fd) argument
/linux-master/tools/perf/
H A Dbuiltin-stat.c268 static int evsel__write_stat_event(struct evsel *counter, int cpu_map_idx, u32 thread, argument
278 static int read_single_counter(struct evsel *counter, int cpu_map_idx, argument
316 static int read_counter_cpu(struct evsel *counter, struct timespec *rs, int cpu_map_idx) argument
[all...]

Completed in 170 milliseconds