Home
last modified time | relevance | path

Searched refs:PERF_RECORD_LOST (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmap_perf_ring.c90 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
107 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devent.c42 [PERF_RECORD_LOST] = "LOST",
506 case PERF_RECORD_LOST: in perf_event__fprintf()
H A Dsession.c970 [PERF_RECORD_LOST] = perf_event__all64_swap,
1493 case PERF_RECORD_LOST: in machines__deliver_event()
1846 stats->nr_events[PERF_RECORD_LOST] != 0) { in perf_session__warn_about_errors()
1850 stats->nr_events[PERF_RECORD_LOST]); in perf_session__warn_about_errors()
H A Dpython.c538 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
H A Dmachine.c1968 case PERF_RECORD_LOST: in machine__process_event()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h782 PERF_RECORD_LOST = 2, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h753 PERF_RECORD_LOST = 2, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h753 PERF_RECORD_LOST = 2, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h782 PERF_RECORD_LOST = 2, enumerator
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c332 hists->stats.nr_events[PERF_RECORD_LOST])) { in perf_top__print_sym_table()
334 hists->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
1206 } else if (event->header.type == PERF_RECORD_LOST) { in deliver_event()
H A Dbuiltin-sched.c1827 sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__read_events()
3080 sched->nr_lost_chunks = evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__timehist()
H A Dbuiltin-trace.c1567 case PERF_RECORD_LOST: in trace__process_event()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c385 case PERF_RECORD_LOST: in perfbuf_process_sample_raw()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dring_buffer.c242 lost_event.header.type = PERF_RECORD_LOST; in __perf_output_begin()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c700 browser->hists->stats.nr_events[PERF_RECORD_LOST])) { in hist_browser__handle_hotkey()
702 browser->hists->stats.nr_events[PERF_RECORD_LOST]; in hist_browser__handle_hotkey()
3448 nr_events = hists->stats.nr_events[PERF_RECORD_LOST]; in perf_evsel_menu__write()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-script.txt314 Display lost events i.e. events of type PERF_RECORD_LOST.
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c10292 case PERF_RECORD_LOST: { in perf_buffer__process_record()