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
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
/
scripting-engines
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-27
perf script perl: Fail check on dynamic allocation
zhaimingbing
1
-0
/
+3
2023-11-27
perf script python: Fail check on dynamic allocation
Paran Lee
1
-2
/
+15
2023-08-03
perf script python: Cope with declarations after statements found in Python.h
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-06-23
perf script: Initialize buffer for regs_map()
Namhyung Kim
1
-2
/
+2
2023-06-21
tools: Fix incorrect calculation of object size by sizeof
Li Dong
1
-2
/
+2
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2
-8
/
+13
2023-06-12
perf python: Avoid 2 leak sanitizer issues
Ian Rogers
1
-1
/
+5
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-2
/
+8
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-7
/
+7
2023-05-28
perf scripting-engines: Move static to local variable, remove 16384 from .bss
Ian Rogers
2
-4
/
+5
2023-04-07
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-1
/
+1
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-3
/
+3
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2
-11
/
+15
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-1
/
+1
2023-03-15
perf script: Fix Python support when no libtraceevent
Adrian Hunter
2
-23
/
+54
2023-01-19
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2
-6
/
+2
2023-01-19
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2
-2
/
+2
2022-12-21
perf scripting python: Don't be strict at handling libtraceevent enumerations
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2
-0
/
+4
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
3
-2
/
+6
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2
-2
/
+2
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
1
-1
/
+1
2022-10-27
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
1
-6
/
+0
2022-09-29
perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-08-19
perf tools: Support reading PERF_FORMAT_LOST
Namhyung Kim
1
-5
/
+14
2022-08-12
perf scripting python: Delete repeated word in comments
shaomin Deng
1
-1
/
+1
2022-08-02
perf scripting python: Do not build fail on deprecation warnings
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-07-20
perf scripting perl: Ignore some warnings to keep building with perl headers
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-07-20
perf script python: Add machine_pid and vcpu
Adrian Hunter
1
-1
/
+10
2022-07-20
perf auxtrace: Add machine_pid and vcpu to auxtrace_error
Adrian Hunter
1
-1
/
+3
2022-05-27
perf scripting python: Expose dso and map information
Leo Yan
1
-4
/
+17
2022-04-11
perf scripting python: Expose symbol offset and source information
Eelco Chaudron
1
-13
/
+36
2022-02-15
perf scripting python: Add all sample flags to DB export
Adrian Hunter
1
-1
/
+2
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
1
-2
/
+2
2022-01-18
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-7
/
+9
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-3
/
+3
2021-12-16
perf arch: Support register names from all archs
German Gomez
1
-4
/
+6
2021-12-06
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2
-0
/
+4
2021-09-03
perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta event
Stephen Brennan
1
-0
/
+32
2021-07-07
perf script python: Fix buffer size to report iregs in perf script
Kajol Jain
1
-5
/
+12
2021-06-01
perf scripting python: Assign perf_script_context
Adrian Hunter
1
-0
/
+28
2021-06-01
perf scripting: Add perf_session to scripting_context
Adrian Hunter
2
-2
/
+7
2021-06-01
perf scripting: Add scripting_context__update()
Adrian Hunter
2
-7
/
+4
2021-05-25
perf scripting python: Add auxtrace error
Adrian Hunter
1
-0
/
+42
2021-05-25
perf scripting python: Add context switch
Adrian Hunter
1
-0
/
+45
2021-05-25
perf scripting python: Add cpumode
Adrian Hunter
1
-0
/
+3
2021-05-25
perf scripting python: Add IPC
Adrian Hunter
1
-0
/
+8
2021-05-25
perf scripting python: Add sample flags
Adrian Hunter
1
-0
/
+26
2021-05-25
perf scripting python: Add 'addr_location' for 'addr'
Adrian Hunter
2
-9
/
+20
[next]