index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf-event.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-16
perf evsel: Fix the annotation for hardware events on hybrid
Kan Liang
1
-3
/
+14
2023-06-16
perf srcline: Fix handling of inline functions
Ian Rogers
1
-56
/
+80
2023-06-14
perf srcline: Add a timeout to reading from addr2line
Ian Rogers
3
-4
/
+14
2023-06-14
tools api: Add simple timeout to io read
Ian Rogers
1
-1
/
+27
2023-06-14
perf tool x86: Fix perf_env memory leak
Ian Rogers
1
-1
/
+1
2023-06-14
perf vendor events arm64: Add default tags into topdown L1 metrics
Kan Liang
1
-4
/
+8
2023-06-14
pert tests: Support metricgroup perf stat JSON output
Kan Liang
1
-0
/
+3
2023-06-14
perf tests task_analyzer: Skip tests if no libtraceevent support
Aditya Gupta
1
-0
/
+18
2023-06-14
perf tests task_analyzer: Print command that failed instead of just "perf"
Aditya Gupta
1
-12
/
+12
2023-06-14
perf tests task_analyzer: Fix bad substitution ${$1}
Aditya Gupta
1
-1
/
+1
2023-06-14
perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheck
Spoorthy S
1
-2
/
+2
2023-06-14
perf tests test_brstack.sh: Fix all POSIX sh warnings
Geetika
1
-6
/
+6
2023-06-14
perf tests shell: Fixed shellcheck warnings
Samir Mulani
3
-11
/
+11
2023-06-14
perf tests lock_contention: Fix shellscript errors
Abhirup Deb
1
-35
/
+35
2023-06-14
perf tests test_arm_spe: Address shellcheck warnings about signal name case
Abhirup Deb
1
-1
/
+1
2023-06-14
perf tests test_task_analyzer: Fix shellcheck issues
Aboorva Devarajan
1
-27
/
+27
2023-06-14
perf tests stat_all_metrics: Fix shellcheck warning SC2076
Barnali Guha Thakurata
1
-3
/
+3
2023-06-14
perf tests test_arm_coresight: Shellcheck fixes
Anushree Mathur
1
-3
/
+3
2023-06-14
perf tests stat+csv_output: Fix shellcheck warnings
Korrapati Likhitha
1
-2
/
+2
2023-06-14
perf tests daemon: Address shellcheck warnings
Shirisha G
1
-38
/
+75
2023-06-14
perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...
Spoorthy S
1
-3
/
+3
2023-06-14
perf tests stat+json_output: Address shellcheck warnings
Disha Goel
1
-1
/
+1
2023-06-14
perf python scripting: Get rid of unused import in arm-cs-trace-disasm
Sourabh Jain
1
-1
/
+0
2023-06-14
perf tool x86: Consolidate is_amd check into single function
Ravi Bangoria
5
-31
/
+31
2023-06-14
perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASH
Ian Rogers
3
-15
/
+2
2023-06-14
perf metric: Fix no group check
Kan Liang
1
-1
/
+1
2023-06-14
tools api fs: More thread safety for global filesystem variables
Ian Rogers
1
-125
/
+86
2023-06-14
perf srcline: Make sentinel reading for binutils addr2line more robust
Ian Rogers
1
-8
/
+53
2023-06-14
perf srcline: Make addr2line configuration failure more verbose
Ian Rogers
1
-13
/
+21
2023-06-14
perf tests: Make x86 new instructions test optional at build time
Adrian Hunter
6
-1
/
+20
2023-06-14
perf dwarf-aux: Allow unnamed struct/union/enum
Namhyung Kim
1
-3
/
+5
2023-06-14
perf dwarf-aux: Fix off-by-one in die_get_varname()
Namhyung Kim
1
-1
/
+1
2023-06-13
perf pfm: Remove duplicate util/cpumap.h include
Arnaldo Carvalho de Melo
1
-1
/
+0
2023-06-13
perf annotate: Allow whitespace between insn operands
Namhyung Kim
1
-1
/
+1
2023-06-12
perf inject: Lazily allocate guest_event event_buf
Ian Rogers
1
-3
/
+12
2023-06-12
perf inject: Lazily allocate event_copy
Ian Rogers
1
-3
/
+13
2023-06-12
perf script: Remove some large stack allocations
Ian Rogers
1
-4
/
+13
2023-06-12
perf sched: Avoid large stack allocations
Ian Rogers
1
-4
/
+22
2023-06-12
perf bench sched messaging: Free contexts on exit
Ian Rogers
1
-1
/
+17
2023-06-12
perf bench futex: Avoid memory leaks from pthread_attr
Ian Rogers
4
-26
/
+29
2023-06-12
perf bench epoll: Fix missing frees/puts on the exit path
Ian Rogers
2
-0
/
+10
2023-06-12
perf help: Ensure clean_cmds is called on all paths
Ian Rogers
1
-0
/
+3
2023-06-12
lib subcmd: Avoid memory leak in exclude_cmds
Ian Rogers
1
-2
/
+6
2023-06-12
perf cs-etm: Add exception level consistency check
James Clark
3
-15
/
+36
2023-06-12
perf cs-etm: Track exception level
James Clark
3
-22
/
+68
2023-06-12
perf cs-etm: Make PID format accessible from struct cs_etm_auxtrace
James Clark
3
-33
/
+37
2023-06-12
perf cs-etm: Use previous thread for branch sample source IP
James Clark
1
-2
/
+15
2023-06-12
perf cs-etm: Only track threads instead of PID and TIDs
James Clark
1
-80
/
+38
2023-06-12
perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1
James Clark
1
-4
/
+6
2023-06-12
perf srcline: Optimize comparision against SRCLINE_UNKNOWN
Arnaldo Carvalho de Melo
7
-9
/
+12
[next]