summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Do not show @plt function by defaultMasami Hiramatsu2021-07-071-1/+1
* perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu2021-06-181-1/+11
* perf probe: Do not show the skipped eventsMasami Hiramatsu2020-05-281-0/+3
* perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2020-02-271-2/+4
* perf probe: No need for symbol.h, symbol_conf is enoughArnaldo Carvalho de Melo2019-08-311-1/+1
* perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo2019-08-311-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo2019-07-231-0/+10
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-251-0/+1
* perf tools: No need to check if the argument to __get() function is NULLArnaldo Carvalho de Melo2018-06-041-2/+1
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-181-1/+1
* perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen2017-07-181-4/+39
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\
| * treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
* | perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-3/+3
* | perf probe: Return errno when not hitting any eventKefeng Wang2017-03-211-3/+3
|/
* perf probe: Add option --symfsUwe Kleine-König2017-02-081-0/+2
* perf probe: Ignore vmlinux Build-id when offline vmlinux givenMasami Hiramatsu2016-09-011-7/+8
* perf probe: Ignore vmlinux buildid if offline kernel is givenMasami Hiramatsu2016-09-011-1/+9
* perf probe: Show trace event definitionMasami Hiramatsu2016-09-011-7/+19
* perf probe: Make --list show only available cached eventsMasami Hiramatsu2016-07-131-1/+1
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-1/+1
* perf probe: Remove caches when --cache is givenMasami Hiramatsu2016-07-011-0/+29
* perf probe: Show all cached probesMasami Hiramatsu2016-07-011-1/+1
* perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-2/+2
* perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu2016-06-151-0/+1
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf tools: Make options always available, even if required libs not linkedWang Nan2015-12-141-2/+13
* perf tools: Introduce usage_with_options_msg()Namhyung Kim2015-10-271-8/+12
* perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu2015-10-021-5/+3
* perf probe: Fix a segfault when removing uprobe eventsMasami Hiramatsu2015-09-211-2/+5
* perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim2015-09-151-0/+5
* tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-141-1/+0
* perf probe: Print deleted events in cmd_probe()Namhyung Kim2015-09-041-1/+61
* perf probe: Move print logic into cmd_probe()Namhyung Kim2015-09-041-1/+47
* perf probe: Delete an unnecessary check before the function call "strfilter__...Markus Elfring2015-07-061-2/+1
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-121-0/+2
* perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-081-0/+2
* perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-081-14/+7
* perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2015-05-081-1/+0
* perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu2015-05-081-1/+1
* perf probe: Cleanup and consolidate command parsersMasami Hiramatsu2015-05-051-68/+42
* perf probe: Remove redundant cleanup of params.filterMasami Hiramatsu2015-05-051-6/+0
* perf probe: Accept filter argument for --funcsMasami Hiramatsu2015-05-051-5/+14
* perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-051-10/+6
* perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-041-24/+46
* perf probe: Accept multiple filter optionsMasami Hiramatsu2015-05-041-5/+9