index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
metricgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
1
-27
/
+27
2023-02-02
perf pmu-events: Add separate metric from pmu_event
Ian Rogers
1
-82
/
+79
2022-12-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-5
/
+5
2022-11-23
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
1
-179
/
+64
2022-11-16
perf expr: Tidy hashmap dependency
Ian Rogers
1
-0
/
+1
2022-11-15
perf list: Generalize limiting to a PMU name
Ian Rogers
1
-1
/
+2
2022-11-10
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
1
-5
/
+5
2022-10-06
perf metric: Remove unused struct metric_ref_node
Yuan Can
1
-11
/
+0
2022-10-04
perf metrics: Wire up core_wide
Ian Rogers
1
-35
/
+90
2022-10-04
perf stat: Delay metric parsing
Ian Rogers
1
-2
/
+1
2022-10-04
perf expr: Move the scanner_ctx into the parse_ctx
Ian Rogers
1
-2
/
+2
2022-10-04
perf metrics: Use 'unsigned int' instead of just 'unsigned'.
Xin Gao
1
-1
/
+1
2022-08-31
perf metric: Return early if no CPU PMU table exists
Ian Rogers
1
-0
/
+3
2022-08-13
perf metrics: Copy entire pmu_event in find metric
Ian Rogers
1
-15
/
+18
2022-08-13
perf pmu-events: Hide the pmu_events
Ian Rogers
1
-21
/
+21
2022-08-13
perf pmu-events: Don't assume pmu_event is an array
Ian Rogers
1
-56
/
+125
2022-08-13
perf pmu-events: Hide pmu_events_map
Ian Rogers
1
-6
/
+9
2022-08-13
perf pmu-events: Avoid passing pmu_events_map
Ian Rogers
1
-43
/
+39
2022-06-19
perf metrics: Ensure at least 1 id per metric
Ian Rogers
1
-0
/
+9
2022-05-09
perf metrics: Don't add all tool events for sharing
Ian Rogers
1
-6
/
+39
2022-05-09
perf metrics: Support all tool events
Ian Rogers
1
-36
/
+51
2022-05-09
Revert "perf stat: Support metrics with hybrid events"
Ian Rogers
1
-244
/
+19
2022-04-22
perf stat: Support metrics with hybrid events
Zhengjun Xing
1
-19
/
+244
2022-01-15
perf metric: Fix metric_leader
Ian Rogers
1
-1
/
+1
2022-01-14
perf metricgroup: Fix use after free in metric__new()
José Expósito
1
-1
/
+1
2021-12-08
perf metric: Reduce multiplexing with duration_time
Ian Rogers
1
-9
/
+33
2021-11-07
perf metric: Fix memory leaks
Ian Rogers
1
-1
/
+4
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
1
-1
/
+2
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
1
-1
/
+1
2021-10-25
perf list: Display hybrid PMU events with cpu type
Jin Yao
1
-1
/
+6
2021-10-20
perf metric: Allow modifiers on metrics
Ian Rogers
1
-27
/
+98
2021-10-20
perf metric: Switch fprintf() to pr_err()
Ian Rogers
1
-1
/
+1
2021-10-20
perf metrics: Modify setup and deduplication
Ian Rogers
1
-251
/
+262
2021-10-20
perf metric: Encode and use metric-id as qualifier
Ian Rogers
1
-52
/
+211
2021-10-20
perf metric: Simplify metric_refs calculation
Ian Rogers
1
-54
/
+23
2021-10-20
perf metric: Document the internal 'struct metric'
Ian Rogers
1
-0
/
+20
2021-10-20
perf metric: Modify resolution and recursion check
Ian Rogers
1
-233
/
+169
2021-10-20
perf metric: Only add a referenced metric once
Ian Rogers
1
-3
/
+9
2021-10-20
perf metric: Add metric new() and free() methods
Ian Rogers
1
-62
/
+75
2021-10-20
perf metric: Add documentation and rename a variable.
Ian Rogers
1
-5
/
+54
2021-10-20
perf metric: Move runtime value to the expr context
Ian Rogers
1
-4
/
+3
2021-10-20
perf pmu: Make pmu_event tables const.
Ian Rogers
1
-18
/
+18
2021-10-20
perf pmu: Add const to pmu_events_map.
Ian Rogers
1
-10
/
+10
2021-09-29
perf metric: Allow metrics with no events
Ian Rogers
1
-50
/
+56
2021-09-29
perf metric: Rename expr__find_other.
Ian Rogers
1
-1
/
+1
2021-09-29
perf metric: Restructure struct expr_parse_ctx.
Ian Rogers
1
-20
/
+24
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
1
-1
/
+1
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
1
-4
/
+4
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
1
-7
/
+7
2021-06-19
perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...
John Garry
1
-3
/
+5
[next]