index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-06
perf test: Add build test for JEVENTS_ARCH=all
Ian Rogers
1
-0
/
+2
2024-08-05
perf annotate: Add --skip-empty option
Namhyung Kim
3
-5
/
+22
2024-08-05
perf annotate: Set al->data_nr using the notes->src->nr_events
Namhyung Kim
1
-4
/
+2
2024-08-05
perf annotate: Use annotation__pcnt_width() consistently
Namhyung Kim
2
-10
/
+6
2024-08-05
perf annotate: Set notes->src->nr_events early
Namhyung Kim
1
-6
/
+6
2024-08-05
perf annotate: Use al->data_nr if possible
Namhyung Kim
1
-4
/
+3
2024-08-05
perf mem: Update documentation for new options
Namhyung Kim
1
-31
/
+63
2024-08-01
perf mem: Add -T/--data-type option to report subcommand
Namhyung Kim
1
-0
/
+9
2024-08-01
perf mem: Add -s/--sort option
Namhyung Kim
1
-2
/
+9
2024-08-01
perf tools: Add mode argument to sort_help()
Namhyung Kim
3
-8
/
+10
2024-08-01
perf mem: Rework command option handling
Namhyung Kim
1
-34
/
+45
2024-08-01
perf mem: Free the allocated sort string, fixing a leak
Namhyung Kim
1
-0
/
+1
2024-08-01
perf hist: Correct hist_entry->mem_info refcounts
Namhyung Kim
5
-7
/
+42
2024-08-01
perf python: Remove PYTHON_PERF ifdefs
Ian Rogers
2
-6
/
+0
2024-08-01
perf jevents: Autogenerate empty-pmu-events.c
Ian Rogers
4
-352
/
+562
2024-08-01
perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...
Arnaldo Carvalho de Melo
4
-186
/
+209
2024-08-01
perf test: Update sample filtering test
Namhyung Kim
1
-6
/
+7
2024-08-01
perf record: Add --setup-filter option
Namhyung Kim
2
-0
/
+20
2024-08-01
perf record: Fix a potential error handling issue
Namhyung Kim
1
-3
/
+3
2024-08-01
perf bpf-filter: Support separate lost counts for each filter
Namhyung Kim
2
-4
/
+48
2024-08-01
perf bpf-filter: Support pin/unpin BPF object
Namhyung Kim
2
-34
/
+209
2024-08-01
perf bpf-filter: Split per-task filter use case
Namhyung Kim
3
-40
/
+168
2024-08-01
perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
Namhyung Kim
8
-10
/
+15
2024-08-01
perf bpf-filter: Make filters map a single entry hashmap
Namhyung Kim
3
-43
/
+78
2024-08-01
perf jevents: Use name for special find value (PMU_EVENTS__NOT_FOUND)
Ian Rogers
2
-3
/
+12
2024-08-01
perf list: Give clues if failed to open tracing events directory
Tiezhu Yang
1
-1
/
+2
2024-08-01
perf tools: Fix wrong message when running "make JOBS=1"
Tiezhu Yang
1
-1
/
+7
2024-08-01
perf arm-spe: Support multiple Arm SPE events
Leo Yan
1
-13
/
+24
2024-08-01
perf arm-spe: Extract evsel setting up
Leo Yan
1
-34
/
+40
2024-07-31
perf test: make metric validation test return early when there is no metric s...
Weilin Wang
1
-2
/
+8
2024-07-31
perf ftrace profile: Add -s/--sort option
Namhyung Kim
2
-2
/
+66
2024-07-31
perf ftrace: Add 'profile' command
Namhyung Kim
3
-3
/
+359
2024-07-31
perf ftrace: Factor out check_ftrace_capable()
Namhyung Kim
1
-24
/
+20
2024-07-31
perf ftrace: Add 'tail' option to --graph-opts
Namhyung Kim
3
-0
/
+20
2024-07-31
perf test pmu: Remove unused test_pmus
Dr. David Alan Gilbert
1
-3
/
+0
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
Adrian Hunter
1
-1
/
+5
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
Adrian Hunter
1
-0
/
+3
2024-07-31
perf scripts python cs-etm: Restore first sample log in verbose mode
James Clark
1
-5
/
+4
2024-07-31
perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushed
James Clark
1
-2
/
+6
2024-07-31
perf inject: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf daemon: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf annotate: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf vendor events power10: Update JSON/events
Kajol Jain
2
-5
/
+100
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
5
-12
/
+24
2024-07-31
perf annotate: Add support to use libcapstone in powerpc
Athira Rajeev
1
-0
/
+143
2024-07-31
perf annotate: Use capstone_init and remove open_capstone_handle from disasm.c
Athira Rajeev
3
-5
/
+4
2024-07-31
perf annotate: Make capstone_init non-static so that it can be used during sy...
Athira Rajeev
2
-3
/
+14
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
3
-1
/
+70
2024-07-31
perf annotate: Add more instructions for instruction tracking
Athira Rajeev
1
-0
/
+14
2024-07-31
perf annotate: Add some of the arithmetic instructions to support instruction...
Athira Rajeev
2
-0
/
+100
[next]