Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
18a1d5e1945385d9b5adc3fe11427ce4a9d2826e
/
tools
/
perf
/
util
/
probe-file.c
e0fa7ab
perf probe-file: Delete namelist in del_events() on the error path
by Riccardo Mancini
· 3 years, 6 months ago
0808b3d
perf probe: Provide clearer message permission error for tracefs access
by Masami Hiramatsu
· 3 years, 7 months ago
f19b587
perf probe: Fixup Arm64 SDT arguments
by Leo Yan
· 4 years, 1 month ago
5149303
perf probe: Fix memory leak when synthesizing SDT probes
by Arnaldo Carvalho de Melo
· 4 years, 1 month ago
9256c30
perf probe: Fix user attribute access in kprobes
by Sumanth Korikkar
· 4 years, 7 months ago
6b8d68f
perf probe: Fix to delete multiple probe event
by Masami Hiramatsu
· 4 years, 11 months ago
bd862b1
perf probe: Check return value of strlist__add() for -ENOMEM
by He Zhe
· 4 years, 11 months ago
66f69b2
perf probe: Support DW_AT_const_value constant value
by Masami Hiramatsu
· 5 years ago
7236354
perf probe: Support multiprobe event
by Masami Hiramatsu
· 5 years ago
36f3f45
perf probe: Add missing build-id.h header.
by Arnaldo Carvalho de Melo
· 5 years ago
fa0d984
perf tools: Remove needless evlist.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4becb23
perf tools: Remove needless thread.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
fac583f
perf dso: Adopt DSO related macros from symbol.h
by Arnaldo Carvalho de Melo
· 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
7f7c536
tools lib: Adopt zalloc()/zfree() from tools/perf
by Arnaldo Carvalho de Melo
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
1e032f7
perf-probe: Add user memory access attribute support
by Masami Hiramatsu
· 6 years ago
40f3b2d
perf namespaces: Remove namespaces.h from .h headers
by Arnaldo Carvalho de Melo
· 6 years ago
bef0b89
perf probe: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
5a5e3d3
perf probe: Support SDT markers having reference counter (semaphore)
by Ravi Bangoria
· 6 years ago
17c257e
tools lib api: Unexport 'tracing_path' variable
by Arnaldo Carvalho de Melo
· 7 years ago
c23c2a0
perf tools: Make copyfile_offset() static
by Arnaldo Carvalho de Melo
· 7 years ago
f045b8c
perf buildid-cache: Support binary objects from other namespaces
by Krister Johansen
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
8ec20b1
perf str{filter,list}: Disentangle headers
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
a067558
perf tools: Move extra string util functions to util/string2.h
by Arnaldo Carvalho de Melo
· 8 years ago
d451a20
perf/sdt/x86: Move OP parser to tools/perf/arch/x86/
by Ravi Bangoria
· 8 years ago
3b1f831
perf probe: Add sdt probes arguments into the uprobe cmd string
by Alexis Berlemont
· 8 years ago
2e1f8f7
perf probe: Change MAX_CMDLEN
by Ravi Bangoria
· 8 years ago
7ab31d9
perf kretprobes: Offset from reloc_sym if kernel supports it
by Naveen N. Rao
· 8 years ago
3da3ea7
perf probe: Factor out the ftrace README scanning
by Naveen N. Rao
· 8 years ago
e491bc2
perf probe: Generalize probe event file open routine
by Naveen N. Rao
· 8 years ago
f965520
perf probe: Increase debug level of SDT debug messages
by Adrian Hunter
· 8 years ago
04e1196
perf probe: Remove unused tracing_dir variable
by Masami Hiramatsu
· 8 years ago
180b206
perf probe: Add supported for type casting by the running kernel
by Masami Hiramatsu
· 8 years ago
60ebc15
perf probe: Release resources on error when handling exit paths
by Arnaldo Carvalho de Melo
· 8 years ago
0325862
perf probe: Check for dup and fdopen failures
by Colin Ian King
· 8 years ago
42bba26
perf probe: Allow wildcard for cached events
by Masami Hiramatsu
· 9 years ago
05bf2c8
perf probe-cache: Add for_each_probe_cache_entry() wrapper
by Masami Hiramatsu
· 9 years ago
c3492a3
perf probe: Make --list show only available cached events
by Masami Hiramatsu
· 9 years ago
36a009f
perf probe: Accept %sdt and %cached event name
by Masami Hiramatsu
· 9 years ago
1c1a3a4
perf tools: Add feature detection for gelf_getnote()
by Arnaldo Carvalho de Melo
· 9 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 9 years ago
6430a94e
perf buildid-cache: Scan and import user SDT events to probe cache
by Masami Hiramatsu
· 9 years ago
4a0f65c
perf probe: Remove caches when --cache is given
by Masami Hiramatsu
· 9 years ago
1f3736c
perf probe: Show all cached probes
by Masami Hiramatsu
· 9 years ago
bc06223
perf probe: Use cache entry if possible
by Masami Hiramatsu
· 9 years ago
602a1f4
perf tools: Rename strlist_for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
dd97549
perf probe: Introduce perf_cache interfaces
by Masami Hiramatsu
· 9 years ago
6ed0720
perf probe: Let probe_file__add_event return 0 if succeeded
by Masami Hiramatsu
· 9 years ago
421fd08
perf probe: Verify parameters in two functions
by Wang Nan
· 9 years ago
fbf9962
perf tools: Switch to tracing_path interface on appropriate places
by Jiri Olsa
· 9 years ago
4605eab
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
by Jiri Olsa
· 9 years ago
e607f14
perf probe: Print deleted events in cmd_probe()
by Namhyung Kim
· 9 years ago
e7895e4
perf probe: Split del_perf_probe_events()
by Namhyung Kim
· 9 years ago
92f6c72
perf probe: Move ftrace probe-event operations to probe-file.c
by Masami Hiramatsu
· 10 years ago