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-list.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-12
perf list: Escape '\r' in JSON output
Ian Rogers
1
-0
/
+3
2024-03-21
perf list: Allow wordwrap to wrap on commas
Ian Rogers
1
-4
/
+17
2024-02-17
perf list: For metricgroup only list include description
Ian Rogers
1
-7
/
+14
2024-01-26
perf list: Add output file option
Ian Rogers
1
-82
/
+129
2023-12-05
perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callback
Ian Rogers
1
-0
/
+6
2023-08-31
perf list: Don't print Unit for "default_core"
Ian Rogers
1
-1
/
+1
2023-08-29
perf pmus: Skip duplicate PMUs and don't print list suffix by default
Ian Rogers
1
-0
/
+8
2023-08-25
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
1
-1
/
+1
2023-08-25
perf jevents: Don't append Unit to desc
Ian Rogers
1
-1
/
+12
2023-06-12
perf list: Check arguments to show libpfm4 events
Ian Rogers
1
-1
/
+11
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
1
-2
/
+2
2023-05-27
perf jevents: Add support for metricgroup descriptions
Ian Rogers
1
-3
/
+8
2023-05-15
perf stat: Make cputype filter generic
Ian Rogers
1
-8
/
+13
2023-04-12
perf list: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-07
tools: Rename __fallthrough to fallthrough
Liam Howlett
1
-2
/
+2
2023-02-19
perf list: Support for printing metric thresholds
Ian Rogers
1
-1
/
+12
2023-02-03
perf pmu-events: Remove now unused event and metric variables
Ian Rogers
1
-18
/
+2
2022-11-24
perf list: JSON escape encoding improvements
Ian Rogers
1
-42
/
+67
2022-11-24
perf list: Support newlines in wordwrap
Ian Rogers
1
-4
/
+7
2022-11-23
perf list: Add JSON output option
Ian Rogers
1
-67
/
+241
2022-11-23
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
1
-52
/
+281
2022-11-15
perf list: Generalize limiting to a PMU name
Ian Rogers
1
-6
/
+12
2022-10-14
perf list: Fix metricgroups title message
Andi Kleen
1
-1
/
+1
2022-08-02
perf parse-events: Break out tracepoint and printing
Ian Rogers
1
-1
/
+1
2021-10-25
perf list: Display hybrid PMU events with cpu type
Jin Yao
1
-12
/
+30
2020-09-09
perf list: Remove dead code in argument check
Namhyung Kim
1
-7
/
+0
2020-05-28
perf list: Add metrics to command line usage
Ian Rogers
1
-1
/
+1
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
1
-4
/
+10
2019-09-25
perf list: Allow plurals for metric, metricgroup
Kim Phillips
1
-2
/
+2
2019-09-01
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-01
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-2
/
+0
2019-04-01
perf list: Output tool events
Andi Kleen
1
-2
/
+4
2019-03-19
perf list: Filter metrics too
Andi Kleen
1
-1
/
+1
2019-02-14
perf list: Display metric expressions for --details option
Jiri Olsa
1
-4
/
+4
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-13
perf list: Add metric groups to perf list
Andi Kleen
1
-0
/
+7
2017-03-27
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-03-23
perf list: Move extra details printing to new option
Andi Kleen
1
-4
/
+10
2017-02-08
perf list: Add debug support for outputing alias string
Andi Kleen
1
-0
/
+3
2016-10-04
perf list: Support long jevents descriptions
Sukadev Bhattiprolu
1
-5
/
+11
2016-10-04
perf list: Add a --no-desc flag
Andi Kleen
1
-5
/
+9
2016-07-14
perf list: Show SDT and pre-cached events
Masami Hiramatsu
1
-1
/
+5
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
1
-1
/
+1
2015-10-01
perf list: Do event name substring search as last resort when no events found
Arnaldo Carvalho de Melo
1
-2
/
+16
2015-10-01
perf list: Remove blank lines, headers when piping output
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-02-27
perf list: Extend raw-dump to certain kind of events
Yunlong Song
1
-13
/
+8
2015-02-27
perf list: Clean up the printing functions of hardware/software events
Yunlong Song
1
-2
/
+4
2015-02-27
perf list: Allow listing events with 'tracepoint' prefix
Yunlong Song
1
-3
/
+1
[next]