summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu2014-10-291-0/+11
* perf probe: Use PARSE_OPT_EXCLUSIVE flagNamhyung Kim2014-10-291-45/+9
* perf probe: Trivial typo fix for --demangleMasami Hiramatsu2014-10-291-1/+1
* perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2014-09-171-1/+2
* perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-171-0/+2
* perf probe: Make error messages thread-safeMasami Hiramatsu2014-08-151-1/+4
* perf probe: Show error code and description in verbose modeMasami Hiramatsu2014-06-091-9/+14
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-181-5/+7
* perf probe: Release all dynamically allocated parametersMasami Hiramatsu2014-01-161-5/+43
* perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu2013-12-261-1/+1
* perf probe: Expand given path to absolute pathMasami Hiramatsu2013-12-261-1/+14
* tools/: Convert to new topic librariesBorislav Petkov2013-12-161-1/+1
* perf probe: Add '--demangle'/'--no-demangle'Azat Khuzhin2013-11-141-0/+2
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-7/+7
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-151-1/+1
* perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-14/+12
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-12/+12
* perf probe: Detect probe target when m/x options are absentSrikar Dronamraju2012-05-111-3/+40
* perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-111-6/+37
* perf probe: Rename target_module to targetSrikar Dronamraju2012-02-021-6/+6
* perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-241-2/+0
* perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo2011-11-281-1/+0
* perf probe: Warn when more than one line are givenMasami Hiramatsu2011-08-121-3/+11
* perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu2011-07-151-1/+2
* perf probe: Use %td for pointer arithmetic resultArnaldo Carvalho de Melo2011-01-311-1/+1
* perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-281-6/+13
* perf probe: Add variable filter supportMasami Hiramatsu2011-01-281-0/+34
* perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu2011-01-241-1/+28
* perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu2010-12-161-0/+5
* perf probe: Add basic module supportMasami Hiramatsu2010-10-211-3/+8
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-211-2/+6
* perf probe: Function style fixMasami Hiramatsu2010-10-211-2/+2
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-211-7/+54
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-301-1/+0
* perf probe: Add kernel source path optionChase Douglas2010-06-171-0/+2
* perf probe: Don't call die()Arnaldo Carvalho de Melo2010-05-181-3/+7
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-261-1/+8
* perf probe: Fix to use correct debugfs path finderMasami Hiramatsu2010-04-141-4/+0
* perf probe: Remove die() from probe-event codeMasami Hiramatsu2010-04-141-22/+48
* perf probe: Support argument nameMasami Hiramatsu2010-04-141-2/+2
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-141-1/+1
* perf probe: Fix --line syntax help and documentMasami Hiramatsu2010-04-021-1/+1
* perf probe: Cleanup debuginfo related codeMasami Hiramatsu2010-03-221-15/+13
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-171-16/+14
* perf probe: Add --dry-run optionMasami Hiramatsu2010-03-171-0/+1
* perf probe: Rename session to paramMasami Hiramatsu2010-03-171-27/+27
* perf probe: Move add-probe routine to util/Masami Hiramatsu2010-03-171-123/+3
* perf probe: Use wrapper functionsMasami Hiramatsu2010-03-171-3/+1
* perf probe: Fix probe_point buffer overrunMasami Hiramatsu2010-03-131-1/+0
* perf probe: Correct probe syntax on command line helpMasami Hiramatsu2010-03-041-1/+1
OpenPOWER on IntegriCloud