summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
AgeCommit message (Expand)Author
2019-03-06perf script python: add Python3 support to check-perf-trace.pyTony Jones
2019-03-06perf script python: Remove mixed indentationTony Jones
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2010-12-25perf script: Finish the rename from trace to scriptArnaldo Carvalho de Melo
2010-06-01perf scripts python: Give field dict to unhandled callbackPierre Tardy
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi
racepoint: Optimize the critical region of mutex_lock in tracepoint_module_c...Zhen Lei 2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTAlison Schofield 2021-08-16tracepoint: Fix kerneldoc commentszhaoxiao 2021-08-06tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers 2021-08-05tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers 2021-08-05tracepoint: static call: Compare data on transition from 2->1 calleesMathieu Desnoyers 2021-07-23tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware) 2021-06-29tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware) 2021-02-09tracepoints: Code clean upSteven Rostedt (VMware) 2021-02-02tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware) 2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi 2020-10-29tracepoint: Replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-10-02tracepoint: Fix out of sync data passing by static callerSteven Rostedt (VMware) 2020-09-01tracepoint: Optimize using static_call()Steven Rostedt (VMware) 2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra