Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddata.c165 int fd = perf_data__is_read(data) ? in check_pipe()
180 mode = perf_data__is_read(data) ? "r" : "w"; in check_pipe()
204 if (perf_data__is_read(data)) in check_backup()
305 fd = perf_data__is_read(data) ? in open_file()
364 if (perf_data__is_read(data)) in perf_data__open()
418 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.c167 if (perf_data__is_read(data)) { in __perf_session__new()
258 if (perf_data__is_read(session->data)) in perf_session__delete()