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.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-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
/
util
/
sort.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf report: Prevent segfault with --no-parent
Andi Kleen
2024-02-01
1
-1
/
+1
*
perf annotate: Add --data-type option
Namhyung Kim
2023-12-23
1
-0
/
+2
*
perf report: Add 'symoff' sort key
Namhyung Kim
2023-12-23
1
-0
/
+47
*
perf report: Add 'typeoff' sort key
Namhyung Kim
2023-12-23
1
-1
/
+82
*
perf annotate-data: Add member field in the data type
Namhyung Kim
2023-12-23
1
-3
/
+6
*
perf report: Add 'type' sort key
Namhyung Kim
2023-12-23
1
-2
/
+67
*
perf annotate: Split branch stack cycles info from 'struct annotation'
Namhyung Kim
2023-11-09
1
-7
/
+7
*
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
2023-10-25
1
-1
/
+1
*
perf srcline: Optimize comparision against SRCLINE_UNKNOWN
Arnaldo Carvalho de Melo
2023-06-12
1
-1
/
+1
*
perf thread: Add reference count checking
Ian Rogers
2023-06-12
1
-1
/
+1
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
1
-4
/
+6
*
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
2023-04-24
1
-1
/
+1
*
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
2023-04-19
1
-1
/
+1
*
perf map: Delete two variable initialisations before null pointer checks in s...
Markus Elfring
2023-04-13
1
-2
/
+1
*
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
2023-04-06
1
-3
/
+3
*
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-06
1
-6
/
+6
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
1
-24
/
+25
*
perf maps: Add functions to access maps
Ian Rogers
2023-04-04
1
-1
/
+1
*
perf hist: Improve srcfile sort key performance (really)
Namhyung Kim
2023-04-04
1
-6
/
+1
*
perf report: Add 'simd' sort field
German Gomez
2023-03-20
1
-0
/
+47
*
perf c2c: Add report option to show false sharing in adjacent cachelines
Feng Tang
2023-02-16
1
-3
/
+10
*
perf report: Support Retire Latency
Kan Liang
2023-02-03
1
-0
/
+2
*
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-3
/
+1
*
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-1
/
+2
*
perf tools: Fix segfault when trying to process tracepoints in perf.data and ...
Arnaldo Carvalho de Melo
2023-01-02
1
-0
/
+12
*
perf hist: Improve srcline_{from,to} sort key performance
Namhyung Kim
2022-12-21
1
-0
/
+42
*
perf hist: Improve srcfile sort key performance
Namhyung Kim
2022-12-21
1
-2
/
+25
*
perf hist: Improve srcline sort key performance
Namhyung Kim
2022-12-21
1
-2
/
+27
*
perf hist: Add perf_hpp_fmt->init() callback
Namhyung Kim
2022-12-21
1
-5
/
+26
*
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
1
-1
/
+2
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-10
/
+50
*
perf tools: Add 'addr' sort key
Namhyung Kim
2022-10-04
1
-0
/
+38
*
perf report: Add "addr_from" and "addr_to" sort dimensions
Stephane Eranian
2022-02-16
1
-0
/
+128
*
perf tools: Apply correct label to user/kernel symbols in branch mode
German Gomez
2022-02-06
1
-2
/
+2
*
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-18
1
-9
/
+25
|
\
|
*
perf sort: Include global and local variants for p_stage_cyc sort key
Athira Rajeev
2022-01-10
1
-9
/
+25
*
|
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-12-06
1
-0
/
+2
|
/
*
perf sort: Fix the 'p_stage_cyc' sort key behavior
Namhyung Kim
2021-11-18
1
-2
/
+2
*
perf sort: Fix the 'ins_lat' sort key behavior
Namhyung Kim
2021-11-18
1
-17
/
+7
*
perf sort: Fix the 'weight' sort key behavior
Namhyung Kim
2021-11-18
1
-17
/
+7
*
perf report: Free generated help strings for sort option
Riccardo Mancini
2021-07-15
1
-1
/
+1
*
perf sort: Display sort dimension p_stage_cyc only on supported archs
Athira Rajeev
2021-03-26
1
-0
/
+19
*
perf tools: Support pipeline stage cycles for powerpc
Athira Rajeev
2021-03-26
1
-2
/
+22
*
perf sort: Add dynamic headers for perf report columns
Athira Rajeev
2021-03-26
1
-1
/
+18
*
perf report: Fix -F for branch & mem modes
Ravi Bangoria
2021-03-06
1
-2
/
+2
*
perf report: Support instruction latency
Kan Liang
2021-02-08
1
-1
/
+46
*
perf tools: Support data block and addr block
Kan Liang
2021-02-08
1
-1
/
+37
*
perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
2021-01-20
1
-0
/
+26
*
perf sort: Add sort option for data page size
Kan Liang
2020-12-19
1
-0
/
+30
*
perf evlist: Use the right prefix for 'struct evlist' evsel list methods
Arnaldo Carvalho de Melo
2020-11-30
1
-1
/
+1
[next]