Home
last modified time | relevance | path

Searched refs:perf_cpu_map__refcnt (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/perf/include/internal/
H A Dcpumap.h30 static inline refcount_t *perf_cpu_map__refcnt(struct perf_cpu_map *map)
34 static inline refcount_t *perf_cpu_map__refcnt(struct perf_cpu_map *map) perf_cpu_map__refcnt() function
/linux/tools/lib/perf/
H A Dcpumap.c52 WARN_ONCE(refcount_read(perf_cpu_map__refcnt(map)) != 0, in perf_cpu_map__get()
63 refcount_inc(perf_cpu_map__refcnt(map)); in perf_cpu_map__put()
71 if (refcount_dec_and_test(perf_cpu_map__refcnt(map))) in cpu_map__new_sysconf()
/linux/tools/perf/tests/
H A Dcpumap.c71 TEST_ASSERT_VAL("wrong refcnt", refcount_read(perf_cpu_map__refcnt(map)) == 1); in process_event_cpus()
97 TEST_ASSERT_VAL("wrong refcnt", refcount_read(perf_cpu_map__refcnt(map)) == 1); in process_event_range_cpus()
177 refcount_read(perf_cpu_map__refcnt(a)) == 1); in __test__cpu_map_intersect()