aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c
Commit message (Expand)AuthorAge
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-17
* perf tools: Make options always available, even if required libs not linkedWang Nan2015-12-14
* perf tools: Introduce usage_with_options_msg()Namhyung Kim2015-10-27
* perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu2015-10-02
* perf probe: Fix a segfault when removing uprobe eventsMasami Hiramatsu2015-09-21
* perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim2015-09-15
* tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-14
* perf probe: Print deleted events in cmd_probe()Namhyung Kim2015-09-04
* perf probe: Move print logic into cmd_probe()Namhyung Kim2015-09-04
* perf probe: Delete an unnecessary check before the function call "strfilter__...Markus Elfring2015-07-06
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-12
* perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-08
* perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-08
* perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2015-05-08
* perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu2015-05-08
* perf probe: Cleanup and consolidate command parsersMasami Hiramatsu2015-05-05
* perf probe: Remove redundant cleanup of params.filterMasami Hiramatsu2015-05-05
* perf probe: Accept filter argument for --funcsMasami Hiramatsu2015-05-05
* perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-05
* perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-04
* perf probe: Accept multiple filter optionsMasami Hiramatsu2015-05-04
* perf probe: Make --funcs option exclusiveMasami Hiramatsu2015-04-29
* perf probe: Check the orphaned -x optionMasami Hiramatsu2015-04-10
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-10
* perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu2014-10-29
* perf probe: Use PARSE_OPT_EXCLUSIVE flagNamhyung Kim2014-10-29
* perf probe: Trivial typo fix for --demangleMasami Hiramatsu2014-10-29
* perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2014-09-17
* perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-17
* perf probe: Make error messages thread-safeMasami Hiramatsu2014-08-15
* perf probe: Show error code and description in verbose modeMasami Hiramatsu2014-06-09
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-18
* perf probe: Release all dynamically allocated parametersMasami Hiramatsu2014-01-16
* perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu2013-12-26
* perf probe: Expand given path to absolute pathMasami Hiramatsu2013-12-26
* tools/: Convert to new topic librariesBorislav Petkov2013-12-16
* perf probe: Add '--demangle'/'--no-demangle'Azat Khuzhin2013-11-14
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-09
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-15
* perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-02
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf probe: Detect probe target when m/x options are absentSrikar Dronamraju2012-05-11
* perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-11
* perf probe: Rename target_module to targetSrikar Dronamraju2012-02-02
* perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-24
* perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo2011-11-28
* perf probe: Warn when more than one line are givenMasami Hiramatsu2011-08-12
* perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu2011-07-15
* perf probe: Use %td for pointer arithmetic resultArnaldo Carvalho de Melo2011-01-31
* perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-28