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
/
builtin-script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-1
/
+1
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-27
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
1
-2
/
+2
2019-08-22
perf script: Add missing counts.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-15
perf evswitch: Introduce init() method to set the on/off evsels from the comm...
Arnaldo Carvalho de Melo
1
-18
/
+3
2019-08-15
perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing
Arnaldo Carvalho de Melo
1
-6
/
+1
2019-08-15
perf evswitch: Add the names of on/off events
Arnaldo Carvalho de Melo
1
-10
/
+8
2019-08-15
perf evswitch: Move switch logic to use in other tools
Arnaldo Carvalho de Melo
1
-21
/
+2
2019-08-15
perf evswitch: Move struct to a separate header to use in other tools
Arnaldo Carvalho de Melo
1
-7
/
+1
2019-08-15
perf script: Allow specifying event to switch off processing of other events
Arnaldo Carvalho de Melo
1
-3
/
+28
2019-08-15
perf script: Allow showing the --switch-on event
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-08-15
perf script: Allow specifying event to switch on processing of other events
Arnaldo Carvalho de Melo
1
-0
/
+26
2019-07-30
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Add perf_evlist__set_maps() function
Jiri Olsa
1
-1
/
+2
2019-07-30
libperf: Add threads to struct perf_evsel
Jiri Olsa
1
-2
/
+2
2019-07-30
libperf: Add cpus to struct perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-26
/
+26
2019-07-30
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-5
/
+5
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-45
/
+45
2019-07-30
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
1
-1
/
+1
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-07-23
perf script: Fix off by one in brstackinsn IPC computation
Andi Kleen
1
-1
/
+1
2019-07-10
perf script: Add scripting operation process_switch()
Adrian Hunter
1
-1
/
+7
2019-07-09
perf script: Assume native_arch for pipe mode
Song Liu
1
-1
/
+2
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-03
perf script: Allow specifying the files to process guest samples
Arnaldo Carvalho de Melo
1
-0
/
+19
2019-06-26
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
1
-6
/
+6
2019-06-26
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-10
perf script: Set perf time interval in itrace_synth_ops
Adrian Hunter
1
-1
/
+7
2019-06-05
perf script: Add output of IPC ratio
Adrian Hunter
1
-1
/
+22
2019-05-29
perf script: Add --show-bpf-events to show eBPF related events
Jiri Olsa
1
-0
/
+42
2019-05-29
perf script: Pad DSO name for --call-trace
Jiri Olsa
1
-0
/
+1
2019-03-19
perf script: Support relative time
Andi Kleen
1
-2
/
+16
2019-03-11
perf script: Add array bound checking to list_scripts
Andi Kleen
1
-2
/
+6
2019-03-11
perf script: Filter COMM/FORK/.. events by CPU
Andi Kleen
1
-24
/
+47
2019-03-11
perf report: Support output in nanoseconds
Andi Kleen
1
-6
/
+5
2019-03-11
perf script: Support insn output for normal samples
Andi Kleen
1
-1
/
+20
2019-03-01
perf time-utils: Refactor time range parsing code
Jin Yao
1
-31
/
+8
2019-02-25
perf script: Handle missing fields with -F +..
Andi Kleen
1
-3
/
+7
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-7
/
+5
2019-02-20
perf script: Allow +- operator for type specific fields option
Jiri Olsa
1
-0
/
+8
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-21
perf script: Fix crash when processing recorded stat data
Tony Jones
1
-5
/
+2
2019-01-18
perf script: Fix crash with printing mixed trace point and other events
Andi Kleen
1
-1
/
+1
2019-01-02
perf thread-stack: Fix thread stack processing for the idle task
Adrian Hunter
1
-2
/
+2
2018-12-28
perf script: Fix LBR skid dump problems in brstackinsn
Andi Kleen
1
-1
/
+16
[next]