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
pinetabv-6.6.y-devel
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
perf hist: Add missing puts to hist__account_cycles
Ian Rogers
1
-3
/
+7
2023-11-20
perf machine: Avoid out of bounds LBR memory read
Ian Rogers
1
-10
/
+12
2023-11-20
perf trace: Use the right bpf_probe_read(_str) variant for reading user data
Thomas Richter
1
-8
/
+8
2023-11-20
perf tools: Do not ignore the default vmlinux.h
Namhyung Kim
1
-0
/
+1
2023-11-20
perf mem-events: Avoid uninitialized read
Ian Rogers
1
-1
/
+2
2023-11-20
perf parse-events: Fix for term values that are raw events
Ian Rogers
1
-5
/
+3
2023-11-20
perf record: Fix BTF type checks in the off-cpu profiling
Namhyung Kim
1
-2
/
+3
2023-11-20
perf parse-events: Fix tracepoint name memory leak
Ian Rogers
1
-0
/
+1
2023-11-08
perf evlist: Avoid frequency mode for the dummy event
Ian Rogers
1
-2
/
+3
2023-09-30
perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()
Adrian Hunter
1
-17
/
+15
2023-09-27
perf pmu: Fix perf stat output with correct scale and unit
Wyes Karny
1
-4
/
+4
2023-09-18
perf pmu: Ensure all alias variables are initialized
Ian Rogers
1
-1
/
+1
2023-09-18
perf trace: Avoid compile error wrt redefining bool
Ian Rogers
1
-0
/
+2
2023-09-18
perf bpf-prologue: Remove unused file
Ian Rogers
1
-508
/
+0
2023-09-11
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
1
-10
/
+0
2023-09-10
Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
77
-5647
/
+3126
2023-09-05
perf parse-events: Fix driver config term
Ian Rogers
1
-0
/
+17
2023-09-02
perf parse-events: Fixes relating to no_value terms
Ian Rogers
2
-3
/
+3
2023-08-31
perf parse-events: Fix propagation of term's no_value when cloning
Ian Rogers
3
-21
/
+19
2023-08-31
perf parse-events: Name the two term enums
Ian Rogers
4
-67
/
+187
2023-08-31
perf dlfilter: Avoid leak in v0 API test use of resolve_address()
Adrian Hunter
1
-0
/
+2
2023-08-31
perf metric: Add #num_cpus_online literal
Ian Rogers
1
-0
/
+7
2023-08-31
perf pmu: Remove str from perf_pmu_alias
Ian Rogers
1
-23
/
+10
2023-08-31
perf parse-events: Make common term list to strbuf helper
Ian Rogers
3
-41
/
+81
2023-08-31
perf parse-events: Minor help message improvements
Ian Rogers
1
-2
/
+2
2023-08-31
perf pmu: Avoid uninitialized use of alias->str
Ian Rogers
1
-0
/
+2
2023-08-29
perf jevents: Use "default_core" for events with no Unit
Ian Rogers
1
-1
/
+6
2023-08-29
perf tools: Convert to perf_record_header_attr_id()
Namhyung Kim
3
-4
/
+4
2023-08-29
perf tools: Handle old data in PERF_RECORD_ATTR
Namhyung Kim
1
-5
/
+6
2023-08-29
perf pmus: Skip duplicate PMUs and don't print list suffix by default
Ian Rogers
6
-11
/
+68
2023-08-29
perf pmus: Sort pmus by name then suffix
Ian Rogers
1
-0
/
+49
2023-08-29
perf tools: Allow to use cpuinfo on LoongArch
Yanteng Si
2
-1
/
+3
2023-08-25
perf build-id: Simplify build_id_cache__cachedir()
Ian Rogers
1
-4
/
+2
2023-08-25
perf pmu: Make id const and add missing free
Ian Rogers
2
-1
/
+2
2023-08-25
perf parse-events: Make term's config const
Ian Rogers
3
-8
/
+8
2023-08-25
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
9
-40
/
+29
2023-08-25
perf header: Fix missing PMU caps
Ian Rogers
1
-15
/
+16
2023-08-24
perf pmu: Lazily load sysfs aliases
Ian Rogers
2
-39
/
+44
2023-08-24
perf pmu: Be lazy about loading event info files from sysfs
Ian Rogers
1
-45
/
+83
2023-08-24
perf pmu: Scan type early to fail an invalid PMU quickly
Ian Rogers
1
-7
/
+12
2023-08-24
perf pmu: Lazily add JSON events
Ian Rogers
2
-15
/
+50
2023-08-24
perf pmu: Cache JSON events table
Ian Rogers
2
-9
/
+11
2023-08-24
perf pmu: Merge JSON events with sysfs at load time
Ian Rogers
1
-89
/
+88
2023-08-24
perf pmu: Prefer passing pmu to aliases list
Ian Rogers
1
-28
/
+16
2023-08-24
perf pmu: Parse sysfs events directly from a file
Ian Rogers
3
-38
/
+31
2023-08-24
perf pmu-events: Reduce processed events by passing PMU
Ian Rogers
2
-25
/
+11
2023-08-24
perf s390 s390_cpumcfdg_dump: Don't scan all PMUs
Ian Rogers
1
-24
/
+26
2023-08-24
perf parse-events: Improve error message for double setting
Ian Rogers
3
-9
/
+29
2023-08-24
perf pmu-events: Add extra underscore to function names
Ian Rogers
3
-7
/
+7
2023-08-24
perf pmu: Abstract alias/event struct
Ian Rogers
4
-264
/
+316
[next]