aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-probe.c
AgeCommit message (Expand)Author
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
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu
2010-04-14perf probe: Fix to use correct debugfs path finderMasami Hiramatsu
2010-04-14perf probe: Remove die() from probe-event codeMasami Hiramatsu
2010-04-14perf probe: Support argument nameMasami Hiramatsu
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-04-02perf probe: Fix --line syntax help and documentMasami Hiramatsu
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu
2010-03-17perf probe: Rename session to paramMasami Hiramatsu
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu
2010-03-04perf probe: Correct probe syntax on command line helpMasami Hiramatsu
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu
2010-02-25perf probe: Do not show --line option without dwarf supportMasami Hiramatsu
2010-02-04perf probe: Don't use a perf_session instance just to resolve symbolsArnaldo Carvalho de Melo
2010-02-04perf symbols: Remove perf_session usage in symbols layerArnaldo Carvalho de Melo
2010-01-17perf probe: Fix build error of builtin-probe.cHitoshi Mitake
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu
2010-01-13perf session: Keep pointers to the vmlinux mapsArnaldo Carvalho de Melo
2009-12-17perf probe: Check whether debugfs path is correctMasami Hiramatsu
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu
2009-12-15perf probe: Check symbols in symtab/kallsymsMasami Hiramatsu
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu