summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix failure to probe events on armHe Kuang2015-06-231-1/+5
* perf probe: Speed up perf probe --list by caching debuginfoMasami Hiramatsu2015-06-171-4/+44
* perf probe: Show usage even if the last event is skippedMasami Hiramatsu2015-06-171-18/+17
* perf probe: Fix to return error if no probe is addedMasami Hiramatsu2015-06-161-42/+71
* perf probe: List probes in stdoutMasami Hiramatsu2015-06-161-14/+35
* perf probe: Cut off the gcc optimization postfixes from function nameMasami Hiramatsu2015-06-121-0/+5
* perf machine: Fix up some more method namesArnaldo Carvalho de Melo2015-06-081-1/+1
* perf probe: Fix segfault when glob matching function without debuginfoWang Nan2015-05-301-5/+21
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-2/+3
* perf probe: Fix 'function unused' warningWang Nan2015-05-291-32/+33
* perf tools: Reference count struct mapArnaldo Carvalho de Melo2015-05-271-3/+3
* perf tools: Introduce struct mapsArnaldo Carvalho de Melo2015-05-271-1/+1
* perf probe: Fix an error when deleting probes successfullyMasami Hiramatsu2015-05-271-4/+5
* perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu2015-05-271-23/+24
* perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo2015-05-271-3/+3
* perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo2015-05-271-3/+0
* perf probe: Load map before glob matchingWang Nan2015-05-181-0/+3
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-111-0/+2
|\
| * perf probe: Fix segfault if passed with ''.Wang Nan2015-05-051-0/+2
* | perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-081-5/+14
* | perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-081-31/+22
* | perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2015-05-081-30/+25
* | perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu2015-05-081-7/+24
* | perf probe: Make --line checks validate C-style function nameMasami Hiramatsu2015-05-081-15/+20
* | perf probe: Fix a typo for the flags of openMasami Hiramatsu2015-05-081-1/+1
* | perf probe: Fix to close probe_events file in errorMasami Hiramatsu2015-05-081-1/+3
* | perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-051-70/+32
* | perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-041-4/+23
* | perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao2015-05-041-3/+26
* | perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2015-05-041-0/+5
* | perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2015-05-041-0/+8
* | perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu2015-04-291-9/+17
|/
* perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-131-59/+0
* perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-131-0/+1
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-101-2/+3
* perf probe: Fix ARM 32 building errorWang Nan2015-04-081-1/+2
* perf kmaps: Check kmaps to make code more robustWang Nan2015-04-081-0/+2
* perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu2015-03-241-1/+4
* perf probe: Fix failure to add multiple probes without debuginfoHe Kuang2015-03-211-3/+1
* perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern2015-03-121-4/+6
* perf probe: Fix possible double free on errorHe Kuang2015-03-121-1/+5
* perf probe: Allow weak symbols to be probedNamhyung Kim2015-03-121-8/+4
* perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim2015-03-121-0/+1
* Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu2015-03-121-4/+2
* perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-2/+33
* perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-16/+124
* perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu2015-03-021-0/+23
* perf probe: Fix a precedence bugHe Kuang2015-02-271-1/+1
* perf probe: Handle strdup() failureArnaldo Carvalho de Melo2015-02-271-1/+1
* perf probe: Fix get_real_path to free allocated memory in error pathMasami Hiramatsu2015-02-261-1/+3
OpenPOWER on IntegriCloud