summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-probe.c
AgeCommit message (Expand)Author
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
2015-05-08perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu
2015-05-05perf probe: Cleanup and consolidate command parsersMasami Hiramatsu
2015-05-05perf probe: Remove redundant cleanup of params.filterMasami Hiramatsu
2015-05-05perf probe: Accept filter argument for --funcsMasami Hiramatsu
2015-05-05perf probe: Allow to use filter on --del commandMasami Hiramatsu
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu
2015-05-04perf probe: Accept multiple filter optionsMasami Hiramatsu
2015-04-29perf probe: Make --funcs option exclusiveMasami Hiramatsu
2015-04-10perf probe: Check the orphaned -x optionMasami Hiramatsu
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu
2014-10-29perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu
2014-10-29perf probe: Use PARSE_OPT_EXCLUSIVE flagNamhyung Kim
2014-10-29perf probe: Trivial typo fix for --demangleMasami Hiramatsu
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu
2014-06-09perf probe: Show error code and description in verbose modeMasami Hiramatsu
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu
2013-12-16tools/: Convert to new topic librariesBorislav Petkov
2013-11-14perf probe: Add '--demangle'/'--no-demangle'Azat Khuzhin
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov
2012-10-02perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-05-11perf probe: Detect probe target when m/x options are absentSrikar Dronamraju
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2011-11-28perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo
2011-08-12perf probe: Warn when more than one line are givenMasami Hiramatsu
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu
2011-01-31perf probe: Use %td for pointer arithmetic resultArnaldo Carvalho de Melo
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu
2011-01-24perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu
2010-12-16perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu
2010-10-21perf probe: Add basic module supportMasami Hiramatsu
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu
2010-10-21perf probe: Function style fixMasami Hiramatsu
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju
2010-06-17perf probe: Add kernel source path optionChase Douglas
2010-05-18perf probe: Don't call die()Arnaldo Carvalho de Melo