index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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-trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-38
/
+38
2019-07-30
perf trace: Add "sendfile64" alias to the "sendfile" syscall
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-30
perf trace: Reuse BPF augmenters from syscalls with similar args signature
Arnaldo Carvalho de Melo
1
-2
/
+152
2019-07-30
perf trace: Preallocate the syscall table
Arnaldo Carvalho de Melo
1
-22
/
+7
2019-07-30
perf trace: Mark syscall ids that are not allocated to avoid unnecessary erro...
Arnaldo Carvalho de Melo
1
-6
/
+19
2019-07-30
perf trace: Forward error codes when trying to read syscall info
Arnaldo Carvalho de Melo
1
-6
/
+9
2019-07-30
perf trace beauty: Beautify bind's sockaddr arg
Arnaldo Carvalho de Melo
1
-1
/
+3
2019-07-30
perf trace beauty: Do not try to use the fd->pathname beautifier for bind/con...
Arnaldo Carvalho de Melo
1
-2
/
+4
2019-07-30
perf trace beauty: Disable fd->pathname when close() not enabled
Arnaldo Carvalho de Melo
1
-3
/
+16
2019-07-30
perf trace beauty: Make connect's addrlen be printed as an int, not hex
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-07-30
perf trace: Look for default name for entries in the syscalls prog array
Arnaldo Carvalho de Melo
1
-11
/
+19
2019-07-30
perf augmented_raw_syscalls: Support copying two string syscall args
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-07-30
perf augmented_raw_syscalls: Add handler for "openat"
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-30
perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented ...
Arnaldo Carvalho de Melo
1
-0
/
+15
2019-07-30
perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure ...
Arnaldo Carvalho de Melo
1
-4
/
+72
2019-07-30
perf trace: Allow specifying the bpf prog to augment specific syscalls
Arnaldo Carvalho de Melo
1
-2
/
+48
2019-07-30
perf trace: Add BPF handler for unaugmented syscalls
Arnaldo Carvalho de Melo
1
-0
/
+16
2019-07-30
perf trace: Order -e syscalls table
Arnaldo Carvalho de Melo
1
-0
/
+8
2019-07-30
perf trace: Look up maps just on the __augmented_syscalls__ BPF object
Arnaldo Carvalho de Melo
1
-13
/
+7
2019-07-30
perf trace: Add pointer to BPF object containing __augmented_syscalls__
Arnaldo Carvalho de Melo
1
-0
/
+15
2019-07-09
perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake
Arnaldo Carvalho de Melo
1
-0
/
+10
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-09
perf trace: Fix potential NULL pointer dereference found by the smatch tool
Leo Yan
1
-3
/
+3
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-17
perf trace: Fixup pointer arithmetic when consuming augmented syscall args
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-17
perf trace: Streamline validation of select syscall names list
Arnaldo Carvalho de Melo
1
-10
/
+6
2019-06-17
perf trace: Fix exclusion of not available syscall names from selector list
Arnaldo Carvalho de Melo
1
-4
/
+4
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-19
/
+65
2019-06-17
Merge branch 'x86/cpu' into perf/core, to pick up dependent changes
Ingo Molnar
1
-2
/
+1
2019-06-10
perf trace: Skip unknown syscalls when expanding strace like syscall groups
Arnaldo Carvalho de Melo
1
-12
/
+13
2019-06-10
perf trace: Exit when failing to build eBPF program
Leo Yan
1
-1
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
1
-2
/
+1
2019-06-05
perf trace: Associate more argument names with the filename beautifier
Arnaldo Carvalho de Melo
1
-5
/
+5
2019-06-05
perf trace: Consume the augmented_raw_syscalls payload
Arnaldo Carvalho de Melo
1
-1
/
+10
2019-06-05
perf augmented_raw_syscalls: Tell which args are filenames and how many bytes...
Arnaldo Carvalho de Melo
1
-0
/
+31
2019-05-29
perf trace: Beautify 'sync_file_range' arguments
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-05-29
perf trace: Beautify 'fsmount' arguments
Arnaldo Carvalho de Melo
1
-0
/
+12
2019-05-29
perf trace: Introduce syscall_arg__scnprintf_strarray_flags
Arnaldo Carvalho de Melo
1
-0
/
+5
2019-05-29
perf trace: Beautify 'fsconfig' arguments
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-05-29
perf trace: Beautify 'fspick' arguments
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-05-29
perf trace: Beautify 'move_mount' arguments
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-5
/
+3
2019-02-19
perf trace: Allow dumping a BPF map after setting up BPF events
Arnaldo Carvalho de Melo
1
-0
/
+19
2019-02-14
perf trace: Filter out gnome-terminal* parent
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-02-14
perf trace: Check if the 'fd' is negative when mapping it to pathname
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-02-09
Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-0
/
+2
2019-02-09
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-7
/
+18
2019-02-06
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-04
perf trace: Support multiple "vfs_getname" probes
Arnaldo Carvalho de Melo
1
-7
/
+18
[prev]
[next]