Searched refs:PERF_AUX_FLAG_TRUNCATED (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 135 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in trbe_stop_and_truncate_event() 259 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __trbe_normal_offset() 363 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __trbe_normal_offset() 622 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in arm_trbe_update_buffer() 714 PERF_AUX_FLAG_TRUNCATED); in trbe_handle_overflow()
|
| H A D | coresight-tmc-etf.c | 522 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
|
| H A D | coresight-etm-perf.c | 453 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
|
| H A D | coresight-etb10.c | 524 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etb_update_buffer()
|
| H A D | coresight-tmc-etr.c | 1600 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | arm_spe_pmu.c | 469 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __arm_spe_pmu_next_off() 581 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED | in arm_spe_pmu_buf_get_fault_act() 661 if (!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED)) { in arm_spe_pmu_irq_handler()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | ring_buffer.c | 479 bool wakeup = !!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED); in perf_aux_output_end() 517 if (handle->aux_flags & PERF_AUX_FLAG_TRUNCATED) in perf_aux_output_end()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1104 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
|
| /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 D | perf_event.h | 989 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
|
| /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 D | perf_event.h | 989 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 1104 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | bts.c | 202 PERF_AUX_FLAG_TRUNCATED); in bts_update()
|
| H A D | pt.c | 906 PERF_AUX_FLAG_TRUNCATED); in pt_handle_status() 1076 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in pt_buffer_reset_markers()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | event.c | 380 event->aux.flags & PERF_AUX_FLAG_TRUNCATED ? "T" : "", in perf_event__fprintf_aux()
|
| H A D | intel-bts.c | 628 (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) && in intel_bts_process_event()
|
| H A D | s390-cpumsf.c | 943 event->aux.flags & PERF_AUX_FLAG_TRUNCATED) in s390_cpumsf_process_event()
|
| H A D | session.c | 1510 if (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) in machines__deliver_event()
|
| H A D | intel-pt.c | 2762 (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) && in intel_pt_process_event()
|