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