Home
last modified time | relevance | path

Searched refs:xyarray (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/lib/perf/include/internal/
A Dxyarray.h8 struct xyarray { struct
17 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size); argument
18 void xyarray__delete(struct xyarray *xy);
19 void xyarray__reset(struct xyarray *xy);
21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry()
26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry()
33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y()
38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x()
A Devsel.h12 struct xyarray;
47 struct xyarray *fd;
48 struct xyarray *mmap;
49 struct xyarray *sample_id;
/linux-6.3-rc2/tools/lib/perf/
A Dxyarray.c7 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new()
10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset()
30 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
A DBuild8 libperf-y += xyarray.o
A DMakefile191 INTERNAL_HDRS := cpumap.h evlist.h evsel.h lib.h mmap.h threadmap.h xyarray.h
/linux-6.3-rc2/tools/perf/util/
A Dcounts.h14 struct xyarray *values;
15 struct xyarray *loaded;
A Dcounts.c15 struct xyarray *values; in perf_counts__new()
A Dbpf-loader.c1747 struct xyarray *xy = evsel->core.fd; in apply_config_evsel_for_key()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c1907 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples()

Completed in 21 milliseconds