summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-probe.c
AgeCommit message (Expand)Author
2023-05-28perf probe: Dynamically allocate params memoryIan Rogers
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-02-02perf probe: Fix usage when libtraceevent is missingAthira Rajeev
2022-12-20perf probe: Check -v and -q options in the right placeYang Jihong
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark
2021-07-07perf probe: Do not show @plt function by defaultMasami Hiramatsu
2021-06-18perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu
2020-05-28perf probe: Do not show the skipped eventsMasami Hiramatsu
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe
2019-08-31perf probe: No need for symbol.h, symbol_conf is enoughArnaldo Carvalho de Melo
2019-08-31perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-07-23perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo
2018-06-04perf tools: No need to check if the argument to __get() function is NULLArnaldo Carvalho de Melo
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-24treewide: Fix typos in printkMasanari Iida
2017-03-21perf probe: Return errno when not hitting any eventKefeng Wang
2017-02-08perf probe: Add option --symfsUwe Kleine-König
2016-09-01perf probe: Ignore vmlinux Build-id when offline vmlinux givenMasami Hiramatsu
2016-09-01perf probe: Ignore vmlinux buildid if offline kernel is givenMasami Hiramatsu
2016-09-01perf probe: Show trace event definitionMasami Hiramatsu
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-07-01perf probe: Remove caches when --cache is givenMasami Hiramatsu
2016-07-01perf probe: Show all cached probesMasami Hiramatsu
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-15perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-14perf tools: Make options always available, even if required libs not linkedWang Nan
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim
2015-10-02perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu
2015-09-21perf probe: Fix a segfault when removing uprobe eventsMasami Hiramatsu
2015-09-15perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-09-04perf probe: Print deleted events in cmd_probe()Namhyung Kim
2015-09-04perf probe: Move print logic into cmd_probe()Namhyung Kim
2015-07-06perf probe: Delete an unnecessary check before the function call "strfilter__...Markus Elfring
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu