aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers4-70/+80
2024-12-18perf stat: Move stat_config into config.cIan Rogers6-46/+38
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers4-185/+175
2024-12-18perf script: Use openat for directory iterationIan Rogers3-27/+71
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers5-93/+74
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers3-4/+3
2024-12-18perf python: Remove unused #includeIan Rogers1-1/+0
2024-12-18perf python: Constify variables and parametersIan Rogers1-26/+29
2024-12-18perf python: Remove python 2 scripting supportIan Rogers3-139/+15
2024-12-18perf intel-pt: Add a test for pause / resumeAdrian Hunter1-0/+28
2024-12-18perf intel-pt: Add documentation for pause / resumeAdrian Hunter1-0/+108
2024-12-18perf intel-pt: Improve man page formatAdrian Hunter1-219/+267
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter2-12/+87
2024-12-18perf tools: Parse aux-actionAdrian Hunter5-8/+74
2024-12-18perf tools: Add aux-action config termAdrian Hunter6-0/+16
2024-12-18perf tools: Add aux_start_paused, aux_pause and aux_resumeAdrian Hunter1-0/+3
2024-12-18bpftool: Link zstd lib required by libelfLeo Yan1-0/+7
2024-12-18perf build: Minor improvement for linking libzstdLeo Yan1-1/+7
2024-12-18tools build: Add feature test for libelf with ZSTDLeo Yan4-0/+18
2024-12-18perf tools tests shell base_probe: Enhance print_overall_results to print sum...Athira Rajeev3-3/+12
2024-12-18perf tools arch powerpc: Add register mask for power11 PVR in extended regsAthira Rajeev1-1/+2
2024-12-18perf ftrace latency: Fix compiler error for clang 12Namhyung Kim1-1/+2
2024-12-18tools build: Test for presence of libtraceevent and libtracefs in test-all.cArnaldo Carvalho de Melo2-2/+10
2024-12-13tools build feature: Don't set feature-libslang-include-subdir=1 if test-all....Arnaldo Carvalho de Melo1-1/+0
2024-12-13perf tests switch-tracking: Set this test to run exclusivelyArnaldo Carvalho de Melo1-1/+1
2024-12-13perf test: Introduce DEFINE_SUITE_EXCLUSIVE()Ravi Bangoria1-0/+10
2024-12-12perf expr: Initialize is_test value in expr__ctx_new()Levi Yun1-4/+1
2024-12-12perf tests: Fix an incorrect type in append_script()Jiapeng Chong1-1/+1
2024-12-12perf test: Remove duplicate wordRuffalo Lavoisier1-1/+1
2024-12-12perf string: Avoid undefined NULL+1Ian Rogers1-3/+12
2024-12-12perf vendor events arm64: Update N2/V2 events from sourceJames Clark12-75/+82
2024-12-12perf tools: Avoid unaligned pointer operationsNamhyung Kim1-5/+9
2024-12-12tools build feature: Don't set feature-libcap=1 if libcap-devel isn't availableArnaldo Carvalho de Melo2-3/+1
2024-12-12tools build feature: Add some comments to explain the FEATURE_TESTS logicArnaldo Carvalho de Melo1-0/+35
2024-12-12net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi1-1/+1
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere1-24/+18
2024-12-12net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko2-13/+28
2024-12-12Bluetooth: btmtk: avoid UAF in btmtk_process_coredumpThadeu Lima de Souza Cascardo1-8/+12
2024-12-12Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu1-7/+27
2024-12-12Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu1-2/+12
2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis2-14/+16
2024-12-12Bluetooth: iso: Fix recursive locking warningIulia Tanasescu1-2/+6
2024-12-12Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu1-2/+1
2024-12-12Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz1-22/+11
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz6-57/+97
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-1/+2
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann1-2/+3
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-0/+1
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann1-2/+3
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann3-5/+9