projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af34cb4
)
perf vendor events intel: Add missing space in json descriptions
author
Andi Kleen
<ak@linux.intel.com>
Thu, 30 Mar 2017 00:22:18 +0000
(17:22 -0700)
committer
Andi Kleen
<ak@linux.intel.com>
Thu, 30 Mar 2017 20:35:50 +0000
(13:35 -0700)
Add a missing space in the JSON description after the uncore unit
Before:
perf list
...
unc_arb_coh_trk_requests.all
[Unit: uncore_arbNumber of entries allocated. Account for Any type: e.g. Snoop, Core aperture, etc]
...
After:
unc_arb_coh_trk_requests.all
[Unit: uncore_arb Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture, etc]
Cc: jolsa@kernel.org
Link:
http://lkml.kernel.org/n/tip-p989c7x9kaiy2bnkmgpo6cvt@git.kernel.org
Signed-off-by: Andi Kleen <ak@linux.intel.com>
tools/perf/pmu-events/jevents.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/pmu-events/jevents.c
b/tools/perf/pmu-events/jevents.c
index 3a151c35852d4b814a858559fcd36d4659b80442..baa073f3833475ac422e20d1ba080d18c11ed82b 100644
(file)
--- a/
tools/perf/pmu-events/jevents.c
+++ b/
tools/perf/pmu-events/jevents.c
@@
-469,6
+469,7
@@
int json_events(const char *fn,
}
addfield(map, &desc, ". ", "Unit: ", NULL);
addfield(map, &desc, "", pmu, NULL);
+ addfield(map, &desc, "", " ", NULL);
} else if (json_streq(map, field, "Filter")) {
addfield(map, &filter, "", "", val);
} else if (json_streq(map, field, "ScaleUnit")) {