Home
last modified time | relevance | path

Searched refs:evlist__parse_sample_timestamp (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Devlist.h228 int evlist__parse_sample_timestamp(struct evlist *evlist, union perf_event *event, u64 *timestamp);
H A Devlist.c1659 int evlist__parse_sample_timestamp(struct evlist *evlist, union perf_event *event, u64 *timestamp) in evlist__strerror_open()
1641 int evlist__parse_sample_timestamp(struct evlist *evlist, union perf_event *event, u64 *timestamp) evlist__parse_sample_timestamp() function
H A Dsession.c2938 ret = evlist__parse_sample_timestamp(evlist, event, &timestamp); in perf_event__process_id_index()
/linux/tools/perf/
H A Dbuiltin-top.c891 ret = evlist__parse_sample_timestamp(evlist, event, &last_timestamp); in perf_top__mmap_read_idx()
H A Dbuiltin-kvm.c1230 err = evlist__parse_sample_timestamp(evlist, event, &timestamp); in perf_kvm__mmap_read_idx()
H A Dbuiltin-trace.c4267 err = evlist__parse_sample_timestamp(trace->evlist, event, &trace->oe.last); in trace__expand_filter()