summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c (follow)
Commit message (Expand)AuthorAge
* perf probe: Support probing at absolute addressWang Nan2015-08-26
* perf probe: Fix error reported when offset without functionWang Nan2015-08-26
* perf probe: Fix list result when address is zeroWang Nan2015-08-26
* perf probe: Fix list result when symbol can't be foundWang Nan2015-08-26
* perf probe: Prevent segfault when reading probe point with absolute addressWang Nan2015-08-26
* perf probe: Try to use symbol table if searching debug info failedWang Nan2015-08-21
* perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu2015-07-20
* perf probe: Simplify __add_probe_trace_events codeMasami Hiramatsu2015-07-20
* perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-20
* perf probe: Fix failure to probe events on armHe Kuang2015-06-23
* perf probe: Speed up perf probe --list by caching debuginfoMasami Hiramatsu2015-06-17
* perf probe: Show usage even if the last event is skippedMasami Hiramatsu2015-06-17
* perf probe: Fix to return error if no probe is addedMasami Hiramatsu2015-06-16
* perf probe: List probes in stdoutMasami Hiramatsu2015-06-16
* perf probe: Cut off the gcc optimization postfixes from function nameMasami Hiramatsu2015-06-12
* perf machine: Fix up some more method namesArnaldo Carvalho de Melo2015-06-08
* perf probe: Fix segfault when glob matching function without debuginfoWang Nan2015-05-30
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-29
* perf probe: Fix 'function unused' warningWang Nan2015-05-29
* perf tools: Reference count struct mapArnaldo Carvalho de Melo2015-05-27
* perf tools: Introduce struct mapsArnaldo Carvalho de Melo2015-05-27
* perf probe: Fix an error when deleting probes successfullyMasami Hiramatsu2015-05-27
* perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu2015-05-27
* perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo2015-05-27
* perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo2015-05-27
* perf probe: Load map before glob matchingWang Nan2015-05-18
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-11
|\
| * perf probe: Fix segfault if passed with ''.Wang Nan2015-05-05
* | perf probe: Support glob wildcards for function nameMasami 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: Skip kernel symbols which is out of .textMasami Hiramatsu2015-05-08
* | perf probe: Make --line checks validate C-style function nameMasami Hiramatsu2015-05-08
* | perf probe: Fix a typo for the flags of openMasami Hiramatsu2015-05-08
* | perf probe: Fix to close probe_events file in errorMasami Hiramatsu2015-05-08
* | perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-05
* | perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-04
* | perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao2015-05-04
* | perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2015-05-04
* | perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2015-05-04
* | perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu2015-04-29
|/
* perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-13
* perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-13
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-10
* perf probe: Fix ARM 32 building errorWang Nan2015-04-08
* perf kmaps: Check kmaps to make code more robustWang Nan2015-04-08
* perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu2015-03-24
* perf probe: Fix failure to add multiple probes without debuginfoHe Kuang2015-03-21
* perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern2015-03-12
* perf probe: Fix possible double free on errorHe Kuang2015-03-12