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
/
builtin-script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
perf: script: fix missing ',' for fields option
Changbin Du
1
-1
/
+1
2023-08-08
perf script: Print "cgroup" field on the same line as "comm"
Ivan Babrou
1
-11
/
+11
2023-06-12
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-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-1
/
+1
2023-04-06
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-20
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-22
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-22
perf script: Add 'brstackinsnlen' for branch stacks
Kan Liang
1
-12
/
+32
2022-03-14
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-22
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
[next]