aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-29perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu1-0/+11
2014-10-29perf probe: Use PARSE_OPT_EXCLUSIVE flagNamhyung Kim1-45/+9
2014-10-29perf probe: Trivial typo fix for --demangleMasami Hiramatsu1-1/+1
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu1-1/+2
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity1-0/+2
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu1-1/+4
2014-06-09perf probe: Show error code and description in verbose modeMasami Hiramatsu1-9/+14
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu1-5/+7
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu1-5/+43
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu1-1/+1
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu1-1/+14
2013-12-16tools/: Convert to new topic librariesBorislav Petkov1-1/+1
2013-11-14perf probe: Add '--demangle'/'--no-demangle'Azat Khuzhin1-0/+2
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-7/+7
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov1-1/+1
2012-10-02perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo1-14/+12
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-12/+12
2012-05-11perf probe: Detect probe target when m/x options are absentSrikar Dronamraju1-3/+40
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju1-6/+37
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju1-6/+6
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-2/+0
2011-11-28perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo1-1/+0
2011-08-12perf probe: Warn when more than one line are givenMasami Hiramatsu1-3/+11
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu1-1/+2
2011-01-31perf probe: Use %td for pointer arithmetic resultArnaldo Carvalho de Melo1-1/+1
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu1-6/+13
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu1-0/+34
2011-01-24perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu1-1/+28
2010-12-16perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu1-0/+5
2010-10-21perf probe: Add basic module supportMasami Hiramatsu1-3/+8
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu1-2/+6
2010-10-21perf probe: Function style fixMasami Hiramatsu1-2/+2
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu1-7/+54
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju1-1/+0
2010-06-17perf probe: Add kernel source path optionChase Douglas1-0/+2
2010-05-18perf probe: Don't call die()Arnaldo Carvalho de Melo1-3/+7
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu1-1/+8
2010-04-14perf probe: Fix to use correct debugfs path finderMasami Hiramatsu1-4/+0
2010-04-14perf probe: Remove die() from probe-event codeMasami Hiramatsu1-22/+48
2010-04-14perf probe: Support argument nameMasami Hiramatsu1-2/+2
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-1/+1
2010-04-02perf probe: Fix --line syntax help and documentMasami Hiramatsu1-1/+1
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu1-15/+13
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu1-16/+14
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu1-0/+1
2010-03-17perf probe: Rename session to paramMasami Hiramatsu1-27/+27
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu1-123/+3
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu1-3/+1
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu1-1/+0
2010-03-04perf probe: Correct probe syntax on command line helpMasami Hiramatsu1-1/+1