Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddata.c173 int fd = perf_data__is_read(data) ? in check_pipe()
188 mode = perf_data__is_read(data) ? "r" : "w"; in check_pipe()
207 if (perf_data__is_read(data)) in check_backup()
308 fd = perf_data__is_read(data) ? in open_file()
367 if (perf_data__is_read(data)) in perf_data__open()
421 if (perf_data__is_read(data)) in perf_data__switch()
H A Ddata.h46 static inline bool perf_data__is_read(struct perf_data *data) in perf_data__is_read() function
H A Dsession.c225 if (perf_data__is_read(data)) { in __perf_session__new()
312 if (perf_data__is_read(session->data)) in perf_session__delete()