Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
df1d6856eaa7ec9ad1e670685b370f3e66326079
/
tools
/
perf
df1d685
perf stat: Move loaded out of struct perf_counts_values
by Jiri Olsa
· 5 years ago
e4b00e9
perf trace: Add "sendfile64" alias to the "sendfile" syscall
by Arnaldo Carvalho de Melo
· 5 years ago
ad4153f
perf trace: Reuse BPF augmenters from syscalls with similar args signature
by Arnaldo Carvalho de Melo
· 5 years ago
30a910d
perf trace: Preallocate the syscall table
by Arnaldo Carvalho de Melo
· 5 years ago
b8b1033
perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
by Arnaldo Carvalho de Melo
· 5 years ago
5d2bd889
perf trace: Forward error codes when trying to read syscall info
by Arnaldo Carvalho de Melo
· 5 years ago
cfa9ac7
perf trace beauty: Add BPF augmenter for the 'rename' syscall
by Arnaldo Carvalho de Melo
· 5 years ago
247dd65
perf trace beauty: Beautify bind's sockaddr arg
by Arnaldo Carvalho de Melo
· 5 years ago
3c475bc
perf trace beauty: Beautify 'sendto's sockaddr arg
by Arnaldo Carvalho de Melo
· 5 years ago
ef969ca64
perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
by Arnaldo Carvalho de Melo
· 5 years ago
79d725c
perf trace beauty: Disable fd->pathname when close() not enabled
by Arnaldo Carvalho de Melo
· 5 years ago
1d86275
perf trace beauty: Make connect's addrlen be printed as an int, not hex
by Arnaldo Carvalho de Melo
· 5 years ago
212b9ab
perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
by Arnaldo Carvalho de Melo
· 5 years ago
6f56367
perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
by Arnaldo Carvalho de Melo
· 5 years ago
8b8044e
perf trace: Look for default name for entries in the syscalls prog array
by Arnaldo Carvalho de Melo
· 5 years ago
8d5da26
perf augmented_raw_syscalls: Support copying two string syscall args
by Arnaldo Carvalho de Melo
· 5 years ago
bf134ca
perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
by Arnaldo Carvalho de Melo
· 5 years ago
236dd58
perf augmented_raw_syscalls: Add handler for "openat"
by Arnaldo Carvalho de Melo
· 5 years ago
b119970
perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
by Arnaldo Carvalho de Melo
· 5 years ago
3803a22
perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
by Arnaldo Carvalho de Melo
· 5 years ago
6ff8fff
perf trace: Allow specifying the bpf prog to augment specific syscalls
by Arnaldo Carvalho de Melo
· 5 years ago
5834da7
perf trace: Add BPF handler for unaugmented syscalls
by Arnaldo Carvalho de Melo
· 5 years ago
83e69b9
perf trace: Order -e syscalls table
by Arnaldo Carvalho de Melo
· 5 years ago
5ca0b7f
perf trace: Look up maps just on the __augmented_syscalls__ BPF object
by Arnaldo Carvalho de Melo
· 5 years ago
c8c8057
perf trace: Add pointer to BPF object containing __augmented_syscalls__
by Arnaldo Carvalho de Melo
· 5 years ago
af4a099
perf evsel: Store backpointer to attached bpf_object
by Arnaldo Carvalho de Melo
· 5 years ago
2620b7e
perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
by Arnaldo Carvalho de Melo
· 5 years ago
941a765
perf include bpf: Add bpf_tail_call() prototype
by Arnaldo Carvalho de Melo
· 5 years ago
2e9a06d
perf tools: Fix perf.data documentation units for memory size
by Vince Weaver
· 5 years ago
20f9781
perf header: Fix use of unitialized value warning
by Numfor Mbiziwo-Tiapo
· 5 years ago
7622236
perf header: Fix divide by zero error if f_header.attr_size==0
by Vince Weaver
· 5 years ago
7ee5261
tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
by Arnaldo Carvalho de Melo
· 5 years ago
820571a
tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick up clone3 and pidfd_open
by Arnaldo Carvalho de Melo
· 5 years ago
4990205
Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 5 years ago
d95daf5
perf probe: Avoid calling freeing routine multiple times for same pointer
by Arnaldo Carvalho de Melo
· 5 years ago
df8350e
perf probe: Set pev->nargs to zero after freeing pev->args entries
by Arnaldo Carvalho de Melo
· 5 years ago
872c8ee
perf session: Fix loading of compressed data split across adjacent records
by Alexey Budankov
· 6 years ago
146540f
perf stat: Always separate stalled cycles per insn
by Cong Wang
· 6 years ago
08ef3af
perf stat: Fix segfault for event group in repeat mode
by Jiri Olsa
· 5 years ago
79b2fe5
perf tools: Fix proper buffer size for feature processing
by Jiri Olsa
· 5 years ago
dde4e73
perf script: Fix off by one in brstackinsn IPC computation
by Andi Kleen
· 6 years ago
7db7218
perf script: Improve man page description of metrics
by Andi Kleen
· 6 years ago
5f8eec3
perf script: Fix --max-blocks man page description
by Andi Kleen
· 6 years ago
46f5c0c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
818e95c
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
916c31f
perf version: Fix segfault due to missing OPT_END()
by Ravi Bangoria
· 6 years ago
6e67d77
perf vendor events s390: Add JSON files for machine type 8561
by Thomas Richter
· 5 years ago
6285bd1
perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()
by YueHaibing
· 6 years ago
edc82a9
perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info
by YueHaibing
· 6 years ago
56789f3
perf scripts python: export-to-postgresql.py: Export switch events
by Adrian Hunter
· 6 years ago
37c1f99
perf scripts python: export-to-sqlite.py: Export switch events
by Adrian Hunter
· 6 years ago
abde872
perf db-export: Export switch events
by Adrian Hunter
· 6 years ago
b3694e6
perf db-export: Factor out db_export__threads()
by Adrian Hunter
· 6 years ago
5bf83c2
perf script: Add scripting operation process_switch()
by Adrian Hunter
· 6 years ago
26c1120
perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column
by Adrian Hunter
· 6 years ago
2668872
perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons
by Adrian Hunter
· 6 years ago
d9efc1d
perf scripts python: export-to-postgresql.py: Add has_calls column to comms table
by Adrian Hunter
· 6 years ago
ecc8c99
perf scripts python: export-to-sqlite.py: Add has_calls column to comms table
by Adrian Hunter
· 6 years ago
4650c7b
perf db-export: Also export thread's current comm
by Adrian Hunter
· 6 years ago
80859c9
perf db-export: Factor out db_export__comm()
by Adrian Hunter
· 6 years ago
8534b5d
perf scripts python: export-to-postgresql.py: Export comm details
by Adrian Hunter
· 6 years ago
41085f2
perf scripts python: export-to-sqlite.py: Export comm details
by Adrian Hunter
· 6 years ago
8ebf5cc
perf db-export: Export comm details
by Adrian Hunter
· 6 years ago
a5defb2
perf db-export: Fix a white space issue in db_export__sample()
by Adrian Hunter
· 6 years ago
1ed1195
perf db-export: Move export__comm_thread into db_export__sample()
by Adrian Hunter
· 6 years ago
6319790
perf db-export: Export comm before exporting thread
by Adrian Hunter
· 6 years ago
19207d8
perf db-export: Export main_thread in db_export__sample()
by Adrian Hunter
· 6 years ago
ed5c0a1
perf db-export: Pass main_thread to db_export__thread()
by Adrian Hunter
· 6 years ago
208032f
perf db-export: Rename db_export__comm() to db_export__exec_comm()
by Adrian Hunter
· 6 years ago
fead24e
perf db-export: Get rid of db_export__deferred()
by Adrian Hunter
· 6 years ago
c3e78a3
perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake
by Arnaldo Carvalho de Melo
· 6 years ago
d3280ce
perf test: Auto bump rlimit(MEMLOCK) for BPF test sake
by Arnaldo Carvalho de Melo
· 6 years ago
4975223
perf tools: Introduce rlimit__bump_memlock() helper
by Arnaldo Carvalho de Melo
· 6 years ago
323fd74
perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool
by Leo Yan
· 6 years ago
1d48145
perf intel-bts: Fix potential NULL pointer dereference found by the smatch tool
by Leo Yan
· 6 years ago
9d49169
perf script: Assume native_arch for pipe mode
by Song Liu
· 6 years ago
1334bb9
perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_view
by Adrian Hunter
· 6 years ago
d8d051d
perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view
by Adrian Hunter
· 6 years ago
ceb7547
perf hists browser: Fix potential NULL pointer dereference found by the smatch tool
by Leo Yan
· 6 years ago
0702f23
perf cs-etm: Fix potential NULL pointer dereference found by the smatch tool
by Leo Yan
· 6 years ago
72de3fd
perf parse-events: Remove unused variable: error
by Luke Mujica
· 6 years ago
34c9af5
perf parse-events: Remove unused variable 'i'
by Luke Mujica
· 6 years ago
acc7bfb
perf metricgroup: Add missing list_del_init() when flushing egroups list
by Arnaldo Carvalho de Melo
· 6 years ago
e56fbc9
perf tools: Use list_del_init() more thorougly
by Arnaldo Carvalho de Melo
· 6 years ago
d8f9da2
perf tools: Use zfree() where applicable
by Arnaldo Carvalho de Melo
· 6 years ago
7f7c536
tools lib: Adopt zalloc()/zfree() from tools/perf
by Arnaldo Carvalho de Melo
· 6 years ago
e5653eb
perf tools: Move get_current_dir_name() cond prototype out of util.h
by Arnaldo Carvalho de Melo
· 6 years ago
245aec7
perf namespaces: Move the conditional setns() prototype to namespaces.h
by Arnaldo Carvalho de Melo
· 6 years ago
215a0d3
perf tools: Add missing headers, mostly stdlib.h
by Arnaldo Carvalho de Melo
· 6 years ago
fc50e0b
perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel
by Arnaldo Carvalho de Melo
· 6 years ago
f3c8d90
perf session: Fix potential NULL pointer dereference found by the smatch tool
by Leo Yan
· 6 years ago
40978e9
perf inject: The tool->read() call may pass a NULL evsel, handle it
by Arnaldo Carvalho de Melo
· 6 years ago
363bbae
perf map: Fix potential NULL pointer dereference found by smatch tool
by Leo Yan
· 6 years ago
7a6d49d
perf trace: Fix potential NULL pointer dereference found by the smatch tool
by Leo Yan
· 6 years ago
600c787
perf annotate: Fix dereferencing freed memory found by the smatch tool
by Leo Yan
· 6 years ago
111442c
perf top: Fix potential NULL pointer dereference detected by the smatch tool
by Leo Yan
· 6 years ago
c74b050
perf stat: Fix use-after-freed pointer detected by the smatch tool
by Leo Yan
· 6 years ago
4e4cf62
perf test mmap-thread-lookup: Initialize variable to suppress memory sanitizer warning
by Numfor Mbiziwo-Tiapo
· 6 years ago
e3b22a6
Merge remote-tracking branch 'tip/perf/core' into perf/urgent
by Arnaldo Carvalho de Melo
· 6 years ago
552a031
Merge tag 'v5.2' into perf/core, to pick up fixes
by Ingo Molnar
· 6 years ago
Next »