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.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
/
pmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "perf list: Add s390 support for detailed/verbose PMU event description"
Thomas Richter
2018-07-24
1
-6
/
+0
*
perf stat: Remove duplicate event counting
Thomas Richter
2018-06-25
1
-1
/
+70
*
perf alias: Rebuild alias expression string to make it comparable
Thomas Richter
2018-06-25
1
-1
/
+24
*
perf alias: Remove trailing newline when reading sysfs files
Thomas Richter
2018-06-25
1
-0
/
+3
*
perf pmu: Fix core PMU alias list for X86 platform
Kan Liang
2018-04-24
1
-13
/
+7
*
perf list: Remove s390 specific strcmp_cpuid_cmp function
Thomas Richter
2018-04-23
1
-1
/
+1
*
perf list: Add s390 support for detailed/verbose PMU event description
Thomas Richter
2018-04-17
1
-0
/
+6
*
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2018-03-19
1
-1
/
+1
*
perf cpuid: Introduce a platform specific cpuid compare function
Thomas Richter
2018-02-16
1
-18
/
+29
*
perf vendor events: Use more flexible pattern matching for CPU identification...
William Cohen
2017-12-05
1
-1
/
+19
*
perf pmu: Add check for valid cpuid in perf_pmu__find_map()
Ganapatrao Kulkarni
2017-12-05
1
-0
/
+6
*
perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
Ganapatrao Kulkarni
2017-12-05
1
-4
/
+35
*
perf pmu: Pass pmu as a parameter to get_cpuid_str()
Ganapatrao Kulkarni
2017-12-05
1
-11
/
+11
*
perf record: Fix -c/-F options for cpu event aliases
Andi Kleen
2017-11-16
1
-0
/
+5
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-10-20
1
-15
/
+41
|
\
|
|
*
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
Mark Rutland
2017-10-09
1
-15
/
+41
*
|
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
2017-09-13
1
-0
/
+1
*
|
perf stat: Support JSON metrics in perf stat
Andi Kleen
2017-09-13
1
-1
/
+4
*
|
perf pmu: Extract function to get JSON alias map
Andi Kleen
2017-09-13
1
-16
/
+33
|
/
*
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf pmu: Refactor wordwrap() with ltrim()
Taeung Song
2017-04-11
1
-2
/
+1
*
perf list: Move extra details printing to new option
Andi Kleen
2017-03-23
1
-2
/
+2
*
perf pmu: Add support for MetricName JSON attribute
Andi Kleen
2017-03-23
1
-3
/
+12
*
perf list: Support printing MetricExpr with --debug
Andi Kleen
2017-03-23
1
-2
/
+8
*
perf stat: Output JSON MetricExpr metric
Andi Kleen
2017-03-23
1
-0
/
+2
*
perf pmu: Support MetricExpr header in JSON event list
Andi Kleen
2017-03-23
1
-3
/
+6
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-4
/
+4
*
perf tools: Fail on using multiple bits long terms without value
Jiri Olsa
2017-02-17
1
-2
/
+11
*
perf pmu: Fix check for unset alias->unit array
Arnaldo Carvalho de Melo
2017-02-15
1
-2
/
+2
*
perf list: Add debug support for outputing alias string
Andi Kleen
2017-02-08
1
-0
/
+8
*
perf pmu: Support per pmu json aliases
Andi Kleen
2017-02-08
1
-4
/
+9
*
perf jevents: Add support for parsing uncore json files
Andi Kleen
2017-02-08
1
-8
/
+22
*
perf pmu: Factor out scale conversion code
Andi Kleen
2017-01-16
1
-28
/
+34
*
perf list: Support matching by topic
Andi Kleen
2016-10-28
1
-1
/
+3
*
perf list: Make vendor event matching case insensitive
Andi Kleen
2016-10-24
1
-2
/
+2
*
perf pmu: Only print Using CPUID message once
Andi Kleen
2016-10-24
1
-1
/
+5
*
perf list jevents: Add support for event list topics
Andi Kleen
2016-10-03
1
-10
/
+27
*
perf list: Support long jevents descriptions
Sukadev Bhattiprolu
2016-10-03
1
-5
/
+10
*
perf pmu: Add override support for event list CPUID
Andi Kleen
2016-10-03
1
-1
/
+7
*
perf list: Add a --no-desc flag
Andi Kleen
2016-10-03
1
-2
/
+2
*
perf tools: Query terminal width and use in perf list
Andi Kleen
2016-10-03
1
-1
/
+2
*
perf pmu: Support alias descriptions
Andi Kleen
2016-10-03
1
-16
/
+67
*
perf pmu: Use pmu_events table to create aliases
Sukadev Bhattiprolu
2016-10-03
1
-0
/
+60
*
perf pmu: Support alternative sysfs cpumask
Mark Rutland
2016-09-08
1
-3
/
+12
*
perf pmu: Make pmu_formats_string to check return value of strbuf
Masami Hiramatsu
2016-05-10
1
-5
/
+5
*
perf tools: Fix PMU term format max value calculation
Kan Liang
2016-04-01
1
-7
/
+6
[next]