index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
sort.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
perf sort: Keep output fields in the same level
Namhyung Kim
1
-0
/
+44
2025-03-13
perf annotate-data: Add annotated_data_type__get_member_name()
Namhyung Kim
1
-32
/
+7
2025-02-18
perf report: Add --latency flag
Dmitry Vyukov
1
-6
/
+27
2025-02-18
perf report: Add latency output field
Dmitry Vyukov
1
-0
/
+2
2025-02-18
perf report: Add parallelism filter
Dmitry Vyukov
1
-0
/
+11
2025-02-17
perf report: Add parallelism sort key
Dmitry Vyukov
1
-0
/
+23
2024-12-09
perf evsel: Add/use accessor for tp_format
Ian Rogers
1
-12
/
+21
2024-11-08
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
1
-1
/
+1
2024-10-10
perf report: Display columns Predicted/Abort/Cycles in --branch-history
Thomas Falcon
1
-1
/
+112
2024-08-21
perf annotate-data: Add 'typecln' sort key
Namhyung Kim
1
-0
/
+52
2024-08-21
perf annotate-data: Show offset and size in hex
Namhyung Kim
1
-1
/
+1
2024-08-01
perf tools: Add mode argument to sort_help()
Namhyung Kim
1
-5
/
+7
2024-06-25
perf report: Fix condition in sort__sym_cmp()
Namhyung Kim
1
-1
/
+1
2024-05-07
perf mem-info: Add reference count checking
Ian Rogers
1
-34
/
+34
2024-05-07
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
1
-0
/
+1
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-9
/
+10
2024-04-17
perf report: Add weight[123] output fields
Namhyung Kim
1
-9
/
+19
2024-02-01
perf report: Prevent segfault with --no-parent
Andi Kleen
1
-1
/
+1
2023-12-23
perf annotate: Add --data-type option
Namhyung Kim
1
-0
/
+2
2023-12-23
perf report: Add 'symoff' sort key
Namhyung Kim
1
-0
/
+47
2023-12-23
perf report: Add 'typeoff' sort key
Namhyung Kim
1
-1
/
+82
2023-12-23
perf annotate-data: Add member field in the data type
Namhyung Kim
1
-3
/
+6
2023-12-23
perf report: Add 'type' sort key
Namhyung Kim
1
-2
/
+67
2023-11-09
perf annotate: Split branch stack cycles info from 'struct annotation'
Namhyung Kim
1
-7
/
+7
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
1
-1
/
+1
2023-06-12
perf srcline: Optimize comparision against SRCLINE_UNKNOWN
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-06-12
perf thread: Add reference count checking
Ian Rogers
1
-1
/
+1
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-4
/
+6
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is equal to a given string
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-19
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-13
perf map: Delete two variable initialisations before null pointer checks in sort__sym_from_cmp()
Markus Elfring
1
-2
/
+1
2023-04-06
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
1
-3
/
+3
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-6
/
+6
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-24
/
+25
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-1
/
+1
2023-04-04
perf hist: Improve srcfile sort key performance (really)
Namhyung Kim
1
-6
/
+1
2023-03-20
perf report: Add 'simd' sort field
German Gomez
1
-0
/
+47
2023-02-16
perf c2c: Add report option to show false sharing in adjacent cachelines
Feng Tang
1
-3
/
+10
2023-02-03
perf report: Support Retire Latency
Kan Liang
1
-0
/
+2
2023-01-19
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
1
-3
/
+1
2023-01-19
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
1
-1
/
+2
2023-01-02
perf tools: Fix segfault when trying to process tracepoints in perf.data and not linked with libtraceevent
Arnaldo Carvalho de Melo
1
-0
/
+12
2022-12-21
perf hist: Improve srcline_{from,to} sort key performance
Namhyung Kim
1
-0
/
+42
2022-12-21
perf hist: Improve srcfile sort key performance
Namhyung Kim
1
-2
/
+25
2022-12-21
perf hist: Improve srcline sort key performance
Namhyung Kim
1
-2
/
+27
2022-12-21
perf hist: Add perf_hpp_fmt->init() callback
Namhyung Kim
1
-5
/
+26
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-10
/
+50
2022-10-04
perf tools: Add 'addr' sort key
Namhyung Kim
1
-0
/
+38
2022-02-16
perf report: Add "addr_from" and "addr_to" sort dimensions
Stephane Eranian
1
-0
/
+128
[next]