index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
perf script: Remove some large stack allocations
Ian Rogers
1
-4
/
+13
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
1
-10
/
+14
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-31
/
+46
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-10
/
+10
2023-06-12
perf script: Fix allocation of evsel->priv related to per-event dump files
Arnaldo Carvalho de Melo
1
-8
/
+8
2023-06-01
perf script: Increase PID/TID width for output
Namhyung Kim
1
-3
/
+3
2023-05-12
perf script: Add new output field 'dsoff' to print dso offset
Changbin Du
1
-36
/
+24
2023-05-10
perf script: Skip aggregation for stat events
Sandipan Das
1
-0
/
+7
2023-04-19
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
1
-4
/
+3
2023-04-07
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-1
/
+1
2023-04-07
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
1
-2
/
+2
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-1
/
+1
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-8
/
+11
2023-03-21
perf intel-pt: Add event type names UINTR and UIRET
Adrian Hunter
1
-1
/
+1
2023-03-15
perf script: Fix Python support when no libtraceevent
Adrian Hunter
1
-1
/
+1
2023-02-19
perf stat: Remove saved_value/runtime_stat
Ian Rogers
1
-5
/
+0
2023-02-19
perf stat: Hide runtime_stat
Ian Rogers
1
-4
/
+2
2023-02-03
perf script: Support Retire Latency
Kan Liang
1
-2
/
+11
2023-02-02
perf script: Show branch speculation info
Sandipan Das
1
-2
/
+3
2023-02-02
perf script: Add 'cgroup' field for output
Namhyung Kim
1
-1
/
+21
2023-01-23
perf: Various spelling fixes
Diederik de Haas
1
-1
/
+1
2022-12-20
perf tools: Fix usage of the verbose variable
Yang Jihong
1
-1
/
+1
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-4
/
+15
2022-10-27
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
1
-2
/
+2
2022-10-06
perf script: Add missing fields in usage hint
Ravi Bangoria
1
-3
/
+4
2022-10-06
perf tools: Remove special handling of system-wide evsel
Namhyung Kim
1
-3
/
+0
2022-10-04
perf branch: Extend branch type classification
Anshuman Khandual
1
-1
/
+1
2022-09-08
perf script: Fix Cannot print 'iregs' field for hybrid systems
Zhengjun Xing
1
-0
/
+3
2022-08-31
perf script: Skip dummy event attr check
Jiri Olsa
1
-0
/
+2
2022-08-12
perf script: Delete repeated word "from"
shaomin Deng
1
-1
/
+1
2022-07-20
perf script: Add machine_pid and vcpu
Adrian Hunter
1
-0
/
+11
2022-07-20
perf script: Add --dump-unsorted-raw-trace option
Adrian Hunter
1
-0
/
+8
2022-06-23
perf script: Add some missing event dumps
Adrian Hunter
1
-0
/
+6
2022-05-23
perf script: Add guest_code support
Adrian Hunter
1
-1
/
+4
2022-05-17
perf script: Print Intel ptwrite value as a string if it is ASCII
Adrian Hunter
1
-2
/
+30
2022-04-23
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
1
-1
/
+1
2022-03-26
perf tools: Enhance the matching of sub-commands abbreviations
Wei Li
1
-2
/
+2
2022-03-23
perf script: Add 'brstackinsnlen' for branch stacks
Kan Liang
1
-12
/
+32
2022-03-15
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-03-07
perf script: Output branch sample type
James Clark
1
-2
/
+3
2022-03-07
perf script: Refactor branch stack printing
James Clark
1
-15
/
+12
2022-02-23
perf script: Fix error when printing 'weight' field
German Gomez
1
-1
/
+1
2022-02-15
perf script: Display new D (Intr Disabled) and t (Intr Toggle) flags
Adrian Hunter
1
-8
/
+16
2022-02-15
perf script: Display Intel PT iflag synthesized event
Adrian Hunter
1
-0
/
+15
2022-02-15
perf script: Display Intel PT CFE (Control Flow Event) / EVD (Event Data) syn...
Adrian Hunter
1
-0
/
+39
2022-01-22
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
1
-1
/
+1
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-2
/
+3
2022-01-12
perf script: Fix flipped index and cpu
Ian Rogers
1
-1
/
+1
2022-01-12
perf script: Use for each cpu to aid readability
Ian Rogers
1
-4
/
+3
2022-01-03
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+1
[next]