Searched refs:perf_data__is_read (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Ddata.c185 int fd = perf_data__is_read(data) ?
200 mode = perf_data__is_read(data) ? "r" : "w";
219 if (perf_data__is_read(data))
320 fd = perf_data__is_read(data) ?
379 if (perf_data__is_read(data))
433 if (perf_data__is_read(data))
H A Ddata.h46 static inline bool perf_data__is_read(struct perf_data *data) function
H A Dsession.c225 if (perf_data__is_read(data)) {
312 if (perf_data__is_read(session->data))

Completed in 143 milliseconds