aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/rv (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni1-1/+1
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao1-1/+1
2025-09-15rv: Support systems with time64-only syscallsPalmer Dabbelt1-0/+4
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-6/+0
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco7-0/+309
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco12-0/+502
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco14-335/+299
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco5-10/+10
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco2-0/+29
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco4-4/+4
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco1-38/+38
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco1-4/+4
2025-07-28rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao1-2/+2
2025-07-28rv: Fix wrong type cast in monitors_show()Nam Cao1-1/+1
2025-07-25rv: Remove struct rv_monitor::reactingNam Cao1-14/+5
2025-07-25rv: Remove rv_reactor's reference counterNam Cao3-38/+2
2025-07-25rv: Merge struct rv_reactor_def into struct rv_reactorNam Cao2-62/+39
2025-07-25rv: Merge struct rv_monitor_def into struct rv_monitorNam Cao3-168/+132
2025-07-25rv: Remove unused field in struct rv_monitor_defNam Cao1-1/+0
2025-07-24rv: Return init error when registering monitorsGabriele Monaco9-18/+9
2025-07-24verification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco1-0/+5
2025-07-24tools/dot2c: Fix generated files going over 100 column limitGabriele Monaco1-2/+12
2025-07-22tracing: Remove pointless memory barriersNam Cao1-6/+0
2025-07-09rv: Allow to configure the number of per-task monitorNam Cao3-4/+14
2025-07-09rv: Add rtapp_sleep monitorNam Cao7-1/+534
2025-07-09rv: Add rtapp_pagefault monitorNam Cao7-0/+189
2025-07-09rv: Add rtapp container monitorNam Cao5-0/+48
2025-07-09rv: Add support for LTL monitorsNam Cao2-0/+54
2025-07-09rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTSNam Cao2-4/+4
2025-07-09rv: Let the reactors take care of buffersNam Cao3-5/+13
2025-07-09rv: Add #undef TRACE_INCLUDE_FILENam Cao1-1/+2
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao1-1/+6
2025-04-02rv: Fix missing unlock on double nested monitors return pathGabriele Monaco1-1/+2
2025-03-24rv: Add scpd, snep and sncid per-cpu monitorsGabriele Monaco15-0/+534
2025-03-24rv: Add snroc per-task monitorGabriele Monaco7-0/+164
2025-03-24rv: Add sco and tss per-cpu monitorsGabriele Monaco11-0/+337
2025-03-24rv: Add option for nested monitors and include schedGabriele Monaco10-28/+216
2025-03-04rv: Add license identifiers to monitor filesGabriele Monaco4-0/+6
2024-12-27verification/dot2k: Auto patch current kernel sourceGabriele Monaco3-1/+4
2024-12-27rv: Simplify manual steps in monitor creationGabriele Monaco10-26/+189
2024-10-04rv: Fix a typoAndrew Kreimer1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-4/+0
2024-05-21rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li1-0/+2
2023-04-28Merge tag 'trace-tools-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+0
2023-04-25rv: Remove redundant assignment to variable retvalColin Ian King1-2/+0
2023-04-13rv/reactor: remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King1-1/+1
2022-12-20rv/monitors: Move monitor structure in rodataAlessandro Carminati2-2/+2
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-26rv/monitors: add 'static' qualifier for local symbolsZeng Heng2-4/+4