Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/perf/include/internal/
Dcpumap.h34 static inline refcount_t *perf_cpu_map__refcnt(struct perf_cpu_map *map) in perf_cpu_map__refcnt() function
/linux-6.6.21/tools/lib/perf/
Dcpumap.c43 WARN_ONCE(refcount_read(perf_cpu_map__refcnt(map)) != 0, in cpu_map__delete()
54 refcount_inc(perf_cpu_map__refcnt(map)); in perf_cpu_map__get()
62 if (refcount_dec_and_test(perf_cpu_map__refcnt(map))) in perf_cpu_map__put()
/linux-6.6.21/tools/perf/tests/
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()