Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/perf/include/internal/
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()
Devsel.h12 struct xyarray;
47 struct xyarray *fd;
48 struct xyarray *mmap;
49 struct xyarray *sample_id;
/linux-6.1.9/tools/lib/perf/
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()
DBuild8 libperf-y += xyarray.o
/linux-6.1.9/tools/perf/util/
Dcounts.h15 struct xyarray *values;
16 struct xyarray *loaded;
Dcounts.c15 struct xyarray *values; in perf_counts__new()
Dbpf-loader.c1752 struct xyarray *xy = evsel->core.fd; in apply_config_evsel_for_key()
/linux-6.1.9/tools/perf/
Dbuiltin-record.c1909 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples()