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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-25
perf script python: Remove explicit shebang from Python scripts
Tony Jones
4
-6
/
+2
2019-01-25
perf script python: Remove explicit shebang from tests/attr.c
Tony Jones
1
-1
/
+0
2019-01-25
perf script python: Remove explicit shebang from setup.py
Tony Jones
1
-2
/
+0
2019-01-25
perf script python: Use PyBytes for attr in trace-event-python
Tony Jones
1
-2
/
+1
2019-01-25
perf script python: Add trace_context extension module to sys.modules
Tony Jones
1
-3
/
+9
2019-01-25
perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
Song Liu
1
-2
/
+8
2019-01-25
perf sched: Use cached rbtrees
Davidlohr Bueso
1
-20
/
+25
2019-01-25
perf hist: Use cached rbtrees
Davidlohr Bueso
14
-147
/
+173
2019-01-25
perf symbols: Use cached rbtrees
Davidlohr Bueso
8
-58
/
+67
2019-01-25
perf util: Use cached rbtree for rblists
Davidlohr Bueso
7
-16
/
+24
2019-01-25
perf callchain: Use cached rbtrees
Davidlohr Bueso
4
-28
/
+36
2019-01-25
perf machine: Use cached rbtrees
Davidlohr Bueso
5
-36
/
+50
2019-01-25
perf callchain: No need to include perf.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-01-25
perf comm: Remove needless headers from comm.h
Arnaldo Carvalho de Melo
2
-2
/
+3
2019-01-25
perf namespaces: Remove namespaces.h from .h headers
Arnaldo Carvalho de Melo
10
-4
/
+13
2019-01-25
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
5
-6
/
+8
2019-01-25
perf symbols: Remove include map.h from dso.h
Arnaldo Carvalho de Melo
3
-1
/
+5
2019-01-25
perf block-range: Add missing headers
Arnaldo Carvalho de Melo
2
-1
/
+7
2019-01-25
perf tools: Move branch structs to branch.h
Arnaldo Carvalho de Melo
3
-23
/
+26
2019-01-25
perf annotate: Remove lots of headers from annotate.h
Arnaldo Carvalho de Melo
3
-3
/
+13
2019-01-25
perf symbols: Move symbol_conf to separate file
Arnaldo Carvalho de Melo
2
-63
/
+74
2019-01-25
perf color: Add missing stdarg.g to color.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-21
perf utils: Move perf_config using routines from color.c to separate object
Arnaldo Carvalho de Melo
3
-39
/
+48
2019-01-21
perf python: Remove -fstack-clash-protection when building with some clang ve...
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-01-21
perf top: Synthesize BPF events for pre-existing loaded BPF programs
Arnaldo Carvalho de Melo
1
-0
/
+7
2019-01-21
perf tools: Synthesize PERF_RECORD_* for loaded BPF programs
Song Liu
3
-0
/
+264
2019-01-21
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
12
-2
/
+97
2019-01-21
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
8
-2
/
+116
2019-01-21
perf: Make perf_event_output() propagate the output() return
Arnaldo Carvalho de Melo
3
-14
/
+14
2019-01-21
perf report: Dump s390 counter set data to file
Thomas Richter
1
-4
/
+73
2019-01-21
perf report: Display names in s390 diagnostic counter sets
Thomas Richter
1
-5
/
+54
2019-01-21
perf report: Display arch specific diagnostic counter sets, starting with s390
Thomas Richter
7
-1
/
+277
2019-01-21
perf tools: Remove duplicate headers
Brajeswar Ghosh
4
-4
/
+0
2019-01-21
perf session: Add reader__process_events function
Jiri Olsa
1
-24
/
+38
2019-01-21
perf session: Add 'data_offset' member to reader object
Jiri Olsa
1
-4
/
+5
2019-01-21
perf session: Add 'data_size' member to reader object
Jiri Olsa
1
-1
/
+3
2019-01-21
perf session: Add reader object
Jiri Olsa
1
-2
/
+8
2019-01-21
perf session: Get rid of file_size variable
Jiri Olsa
1
-7
/
+5
2019-01-21
perf session: Rearrange perf_session__process_events function
Jiri Olsa
1
-13
/
+7
2019-01-21
perf tools: Replace automatic const char[] variables by statics
Rasmus Villemoes
6
-11
/
+11
2019-01-21
perf/doc: Update design.txt for exclude_{host|guest} flags
Andrew Murray
1
-0
/
+4
2019-01-10
tools headers powerpc: Remove unistd.h
Ravi Bangoria
1
-1
/
+0
2019-01-10
perf powerpc: Rework syscall table generation
Ravi Bangoria
3
-14
/
+450
2019-01-09
perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-08
perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-01-08
tools include uapi: Grab a copy of linux/mount.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-08
perf top: Lift restriction on using callchains without "sym" in --sort
Arnaldo Carvalho de Melo
1
-6
/
+1
2019-01-08
perf tests: Add a test for the ARM 32-bit [vectors] page
Florian Fainelli
4
-0
/
+34
2019-01-08
perf tools: Make find_vdso_map() more modular
Florian Fainelli
4
-12
/
+11
2019-01-08
perf trace: Fix alignment for [continued] lines
Arnaldo Carvalho de Melo
1
-2
/
+3
[next]