aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-probe.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-11perf namespaces: Add functions to access nsinfoGravatar Ian Rogers 1-1/+1
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsGravatar James Clark 1-0/+5
2021-07-07perf probe: Do not show @plt function by defaultGravatar Masami Hiramatsu 1-1/+1
2021-06-18perf probe: Add --bootconfig to output definition in bootconfig formatGravatar Masami Hiramatsu 1-1/+11
2020-05-28perf probe: Do not show the skipped eventsGravatar Masami Hiramatsu 1-0/+3
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMGravatar He Zhe 1-2/+4
2019-08-31perf probe: No need for symbol.h, symbol_conf is enoughGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-08-31perf symbols: Move symsrc prototypes to a separate headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itGravatar Arnaldo Carvalho de Melo 1-1/+0
2019-07-23perf probe: Avoid calling freeing routine multiple times for same pointerGravatar Arnaldo Carvalho de Melo 1-0/+10
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-01-25perf namespaces: Remove namespaces.h from .h headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2018-06-04perf tools: No need to check if the argument to __get() function is NULLGravatar Arnaldo Carvalho de Melo 1-2/+1
2017-07-18perf buildid-cache: Support binary objects from other namespacesGravatar Krister Johansen 1-1/+1
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Gravatar Krister Johansen 1-4/+39
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsGravatar Arnaldo Carvalho de Melo 1-3/+3
2017-03-24treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2017-03-21perf probe: Return errno when not hitting any eventGravatar Kefeng Wang 1-3/+3
2017-02-08perf probe: Add option --symfsGravatar Uwe Kleine-König 1-0/+2
2016-09-01perf probe: Ignore vmlinux Build-id when offline vmlinux givenGravatar Masami Hiramatsu 1-7/+8
2016-09-01perf probe: Ignore vmlinux buildid if offline kernel is givenGravatar Masami Hiramatsu 1-1/+9
2016-09-01perf probe: Show trace event definitionGravatar Masami Hiramatsu 1-7/+19
2016-07-13perf probe: Make --list show only available cached eventsGravatar Masami Hiramatsu 1-1/+1
2016-07-12tools: Introduce str_error_r()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-07-01perf probe: Remove caches when --cache is givenGravatar Masami Hiramatsu 1-0/+29
2016-07-01perf probe: Show all cached probesGravatar Masami Hiramatsu 1-1/+1
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Gravatar Arnaldo Carvalho de Melo 1-2/+2
2016-06-15perf probe: Add --cache option to cache the probe definitionsGravatar Masami Hiramatsu 1-0/+1
2015-12-17perf subcmd: Create subcmd libraryGravatar Josh Poimboeuf 1-1/+1
2015-12-14perf tools: Make options always available, even if required libs not linkedGravatar Wang Nan 1-2/+13
2015-10-27perf tools: Introduce usage_with_options_msg()Gravatar Namhyung Kim 1-8/+12
2015-10-02perf probe: Allow probing on kmodules without dwarfGravatar Masami Hiramatsu 1-5/+3
2015-09-21perf probe: Fix a segfault when removing uprobe eventsGravatar Masami Hiramatsu 1-2/+5
2015-09-15perf probe: Export init/exit_probe_symbol_maps()Gravatar Namhyung Kim 1-0/+5
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cGravatar Jiri Olsa 1-1/+0
2015-09-04perf probe: Print deleted events in cmd_probe()Gravatar Namhyung Kim 1-1/+61
2015-09-04perf probe: Move print logic into cmd_probe()Gravatar Namhyung Kim 1-1/+47
2015-07-06perf probe: Delete an unnecessary check before the function call "strfilter__...Gravatar Markus Elfring 1-2/+1
2015-05-12perf probe: Add --range option to show a variable's location rangeGravatar He Kuang 1-0/+2
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsGravatar Masami Hiramatsu 1-0/+2
2015-05-08perf probe: Introduce probe_conf global configsGravatar Masami Hiramatsu 1-14/+7
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentGravatar Masami Hiramatsu 1-1/+0
2015-05-08perf probe: Fix to return 0 when positive value returnedGravatar Masami Hiramatsu 1-1/+1
2015-05-05perf probe: Cleanup and consolidate command parsersGravatar Masami Hiramatsu 1-68/+42
2015-05-05perf probe: Remove redundant cleanup of params.filterGravatar Masami Hiramatsu 1-6/+0
2015-05-05perf probe: Accept filter argument for --funcsGravatar Masami Hiramatsu 1-5/+14
2015-05-05perf probe: Allow to use filter on --del commandGravatar Masami Hiramatsu 1-10/+6