index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2024-08-01
perf bpf-filter: Make filters map a single entry hashmap
Namhyung Kim
-43
/
+78
2024-08-01
perf jevents: Use name for special find value (PMU_EVENTS__NOT_FOUND)
Ian Rogers
-3
/
+12
2024-08-01
perf list: Give clues if failed to open tracing events directory
Tiezhu Yang
-2
/
+3
2024-08-01
perf tools: Fix wrong message when running "make JOBS=1"
Tiezhu Yang
-1
/
+7
2024-08-01
libperf: Add gitignore
Charlie Jenkins
-0
/
+5
2024-08-01
perf arm-spe: Support multiple Arm SPE events
Leo Yan
-13
/
+24
2024-08-01
perf arm-spe: Extract evsel setting up
Leo Yan
-34
/
+40
2024-08-01
perf arch events: Fix duplicate RISC-V SBI firmware event name
Eric Lin
-5
/
+5
2024-07-31
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-2
/
+2
2024-07-31
perf test: make metric validation test return early when there is no metric s...
Weilin Wang
-2
/
+8
2024-07-31
perf ftrace profile: Add -s/--sort option
Namhyung Kim
-2
/
+66
2024-07-31
perf ftrace: Add 'profile' command
Namhyung Kim
-3
/
+359
2024-07-31
perf ftrace: Factor out check_ftrace_capable()
Namhyung Kim
-24
/
+20
2024-07-31
perf ftrace: Add 'tail' option to --graph-opts
Namhyung Kim
-0
/
+20
2024-07-31
perf test pmu: Remove unused test_pmus
Dr. David Alan Gilbert
-3
/
+0
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
Adrian Hunter
-1
/
+5
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
Adrian Hunter
-0
/
+3
2024-07-31
perf scripts python cs-etm: Restore first sample log in verbose mode
James Clark
-5
/
+4
2024-07-31
perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushed
James Clark
-2
/
+6
2024-07-31
perf inject: Convert comma to semicolon
Chen Ni
-1
/
+1
2024-07-31
perf daemon: Convert comma to semicolon
Chen Ni
-1
/
+1
2024-07-31
perf annotate: Convert comma to semicolon
Chen Ni
-1
/
+1
2024-07-31
perf vendor events power10: Update JSON/events
Kajol Jain
-5
/
+100
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
-12
/
+24
2024-07-31
perf annotate: Add support to use libcapstone in powerpc
Athira Rajeev
-0
/
+143
2024-07-31
perf annotate: Use capstone_init and remove open_capstone_handle from disasm.c
Athira Rajeev
-5
/
+4
2024-07-31
perf annotate: Make capstone_init non-static so that it can be used during sy...
Athira Rajeev
-3
/
+14
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
-1
/
+70
2024-07-31
perf annotate: Add more instructions for instruction tracking
Athira Rajeev
-0
/
+14
2024-07-31
perf annotate: Add some of the arithmetic instructions to support instruction...
Athira Rajeev
-0
/
+100
2024-07-31
perf annotate: Add support to identify memory instructions of opcode 31 in po...
Athira Rajeev
-2
/
+108
2024-07-31
perf annotate: Add parse function for memory instructions in powerpc
Athira Rajeev
-6
/
+66
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
-16
/
+96
2024-07-31
perf annotate: Add support to capture and parse raw instruction in powerpc us...
Athira Rajeev
-0
/
+102
2024-07-31
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
-2
/
+79
2024-07-31
perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
Athira Rajeev
-0
/
+4
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
-383
/
+424
2024-07-31
perf annotate: Move the data structures related to register type to header file
Athira Rajeev
-52
/
+57
2024-07-31
perf test: Avoid python leak sanitizer test failures
Ian Rogers
-0
/
+6
2024-07-31
perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type
Arnaldo Carvalho de Melo
-46
/
+56
2024-07-31
perf trace: Introduce trace__btf_scnprintf()
Arnaldo Carvalho de Melo
-22
/
+27
2024-07-31
perf test trace_btf_enum: Add regression test for the BTF augmentation of enu...
Howard Chu
-0
/
+61
2024-07-31
perf test: Add landlock workload
Howard Chu
-0
/
+69
2024-07-31
scx/selftests: Verify we can call create_dsq from prog_run
David Vernet
-0
/
+1
2024-07-31
kselftest: cpufreq: Add RTC wakeup alarm
Shreeya Patel
-1
/
+27
2024-07-31
selftests/exec: Fix grammar in an error message.
Chang Yu
-1
/
+1
2024-07-31
selftests: tpm2: redirect python unittest logs to stdout
Muhammad Usama Anjum
-3
/
+3
2024-07-31
selftests: ksft: Fix finished() helper exit code on skipped tests
Laura Nao
-1
/
+1
2024-07-31
selftests/bpf: add wrong type test to cgroup dev
Alexis Lothoré (eBPF Foundation)
-0
/
+4
2024-07-31
selftests/bpf: convert test_dev_cgroup to test_progs
Alexis Lothoré (eBPF Foundation)
-88
/
+121
[prev]
[next]