summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-07-31perf inject: Convert comma to semicolonChen Ni
2024-07-31perf daemon: Convert comma to semicolonChen Ni
2024-07-31perf annotate: Convert comma to semicolonChen Ni
2024-07-31perf vendor events power10: Update JSON/eventsKajol Jain
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev
2024-07-31perf annotate: Add more instructions for instruction trackingAthira Rajeev
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev
2024-07-31perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev
2024-07-31perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpcAthira Rajeev
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev
2024-07-31perf test: Avoid python leak sanitizer test failuresIan Rogers
2024-07-31perf trace: Remove arg_fmt->is_enum, we can get that from the BTF typeArnaldo Carvalho de Melo
2024-07-31perf trace: Introduce trace__btf_scnprintf()Arnaldo Carvalho de Melo
2024-07-31perf test trace_btf_enum: Add regression test for the BTF augmentation of enu...Howard Chu
2024-07-31perf test: Add landlock workloadHoward Chu
2024-07-31scx/selftests: Verify we can call create_dsq from prog_runDavid Vernet
2024-07-31kselftest: cpufreq: Add RTC wakeup alarmShreeya Patel
2024-07-31selftests/exec: Fix grammar in an error message.Chang Yu
2024-07-31selftests: tpm2: redirect python unittest logs to stdoutMuhammad Usama Anjum
2024-07-31selftests: ksft: Fix finished() helper exit code on skipped testsLaura Nao
2024-07-31selftests/bpf: add wrong type test to cgroup devAlexis Lothoré (eBPF Foundation)
2024-07-31selftests/bpf: convert test_dev_cgroup to test_progsAlexis Lothoré (eBPF Foundation)
2024-07-31selftests/bpf: do not disable /dev/null device access in cgroup dev testAlexis Lothoré (eBPF Foundation)
2024-07-31perf trace: Filter enum arguments with enum namesHoward Chu
2024-07-31perf trace: Augment non-syscall tracepoints with enum arguments with BTFHoward Chu
2024-07-31perf trace: BTF-based enum pretty printing for syscall argsHoward Chu
2024-07-31binder: frozen notification binder_features flagYu-Ting Tseng
2024-07-31tools: gpio: Fix the wrong format specifierZhu Jun
2024-07-30Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds
2024-07-30selftests/bpf: fix RELEASE=1 compilation for sock_addr.cAndrii Nakryiko
2024-07-30selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar
2024-07-30selftests/bpf: Fix using stdout, stderr as struct field namesTony Ambardar
2024-07-30selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar
2024-07-30selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar
2024-07-30selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar
2024-07-30selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar
2024-07-30selftests/bpf: Fix arg parsing in veristat, test_progsTony Ambardar
2024-07-30selftests/bpf: Use portable POSIX basename()Tony Ambardar
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa
2024-07-30tools/bpf: Fix the wrong format specifierZhu Jun
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo