index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf script: Remove some large stack allocations
Ian Rogers
2023-06-12
1
-4
/
+13
*
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
1
-10
/
+14
*
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
1
-31
/
+46
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
1
-10
/
+10
*
perf script: Fix allocation of evsel->priv related to per-event dump files
Arnaldo Carvalho de Melo
2023-06-12
1
-8
/
+8
*
perf script: Increase PID/TID width for output
Namhyung Kim
2023-06-01
1
-3
/
+3
*
perf script: Add new output field 'dsoff' to print dso offset
Changbin Du
2023-05-12
1
-36
/
+24
*
perf script: Skip aggregation for stat events
Sandipan Das
2023-05-10
1
-0
/
+7
*
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
2023-04-19
1
-4
/
+3
*
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-06
1
-1
/
+1
*
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
2023-04-06
1
-2
/
+2
*
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
1
-1
/
+1
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
1
-8
/
+11
*
perf intel-pt: Add event type names UINTR and UIRET
Adrian Hunter
2023-03-20
1
-1
/
+1
*
perf script: Fix Python support when no libtraceevent
Adrian Hunter
2023-03-15
1
-1
/
+1
*
perf stat: Remove saved_value/runtime_stat
Ian Rogers
2023-02-19
1
-5
/
+0
*
perf stat: Hide runtime_stat
Ian Rogers
2023-02-19
1
-4
/
+2
*
perf script: Support Retire Latency
Kan Liang
2023-02-03
1
-2
/
+11
*
perf script: Show branch speculation info
Sandipan Das
2023-02-02
1
-2
/
+3
*
perf script: Add 'cgroup' field for output
Namhyung Kim
2023-02-02
1
-1
/
+21
*
perf: Various spelling fixes
Diederik de Haas
2023-01-23
1
-1
/
+1
*
perf tools: Fix usage of the verbose variable
Yang Jihong
2022-12-20
1
-1
/
+1
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-4
/
+15
*
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
2022-10-27
1
-2
/
+2
*
perf script: Add missing fields in usage hint
Ravi Bangoria
2022-10-06
1
-3
/
+4
*
perf tools: Remove special handling of system-wide evsel
Namhyung Kim
2022-10-06
1
-3
/
+0
*
perf branch: Extend branch type classification
Anshuman Khandual
2022-10-04
1
-1
/
+1
*
perf script: Fix Cannot print 'iregs' field for hybrid systems
Zhengjun Xing
2022-09-08
1
-0
/
+3
*
perf script: Skip dummy event attr check
Jiri Olsa
2022-08-31
1
-0
/
+2
*
perf script: Delete repeated word "from"
shaomin Deng
2022-08-12
1
-1
/
+1
*
perf script: Add machine_pid and vcpu
Adrian Hunter
2022-07-20
1
-0
/
+11
*
perf script: Add --dump-unsorted-raw-trace option
Adrian Hunter
2022-07-20
1
-0
/
+8
*
perf script: Add some missing event dumps
Adrian Hunter
2022-06-23
1
-0
/
+6
*
perf script: Add guest_code support
Adrian Hunter
2022-05-23
1
-1
/
+4
*
perf script: Print Intel ptwrite value as a string if it is ASCII
Adrian Hunter
2022-05-17
1
-2
/
+30
*
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
2022-04-22
1
-1
/
+1
*
perf tools: Enhance the matching of sub-commands abbreviations
Wei Li
2022-03-26
1
-2
/
+2
*
perf script: Add 'brstackinsnlen' for branch stacks
Kan Liang
2022-03-22
1
-12
/
+32
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-03-14
1
-1
/
+1
|
\
|
*
perf script: Fix error when printing 'weight' field
German Gomez
2022-02-22
1
-1
/
+1
*
|
perf script: Output branch sample type
James Clark
2022-03-07
1
-2
/
+3
*
|
perf script: Refactor branch stack printing
James Clark
2022-03-07
1
-15
/
+12
*
|
perf script: Display new D (Intr Disabled) and t (Intr Toggle) flags
Adrian Hunter
2022-02-15
1
-8
/
+16
*
|
perf script: Display Intel PT iflag synthesized event
Adrian Hunter
2022-02-15
1
-0
/
+15
*
|
perf script: Display Intel PT CFE (Control Flow Event) / EVD (Event Data) syn...
Adrian Hunter
2022-02-15
1
-0
/
+39
|
/
*
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
2022-01-22
1
-1
/
+1
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-2
/
+3
*
perf script: Fix flipped index and cpu
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf script: Use for each cpu to aid readability
Ian Rogers
2022-01-12
1
-4
/
+3
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-03
1
-1
/
+1
|
\
[next]