summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-24perf tools: Fix possible (unlikely) buffer overflowThomas Jarosch1-1/+1
2013-01-24perf tools: Fix GNU make v3.80 compatibility issueAl Cooper1-3/+3
2013-01-24tools lib traceevent: Add copyright headerJon Stanley1-0/+19
2013-01-24tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley5-10/+5
2013-01-24tools lib traceevent: test correct variable after allocationSasha Levin1-1/+1
2013-01-24perf ui/gtk: Setup browser window earlyNamhyung Kim1-11/+11
2013-01-24perf ui/gtk: Factor out common browser routinesNamhyung Kim4-223/+240
2013-01-24uprobes: remove redundant checkSasha Levin1-2/+1
2013-01-24perf script: use ARRAY_SIZE instead of reinventing itSasha Levin1-1/+1
2013-01-24perf kmem: use ARRAY_SIZE instead of reinventing itSasha Levin1-2/+1
2013-01-24perf tools: remove redundant checks from _sort__sym_cmpSasha Levin1-4/+2
2013-01-24perf tests: Don't fail if a matching vmlinux isn't found, skip that testArnaldo Carvalho de Melo1-1/+2
2013-01-24perf tests: Add return states enum for testsJiri Olsa2-3/+18
2013-01-24perf kvm: Initialize file_name var to fix segfaultArnaldo Carvalho de Melo1-2/+1
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo5-21/+5
2013-01-24perf tests: Fix PYTHONPATH for python-use test tracepointsJiri Olsa1-1/+1
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo9-81/+95
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo6-33/+34
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo3-6/+6
2013-01-24perf record: Don't pass host machine to guest synthesizerArnaldo Carvalho de Melo2-16/+4
2013-01-24perf header: Ensure read/write finished successfullyNamhyung Kim1-27/+36
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim3-5/+8
2013-01-24perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa1-0/+62
2013-01-24perf tools: Add support for wildcard in tracepoint system nameJiri Olsa1-5/+46
2013-01-24perf tools: Add missing closedir in multi tracepoint processingJiri Olsa1-0/+1
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo3-2/+11
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo4-0/+32
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo7-100/+68
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo4-37/+37
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo6-90/+31
2013-01-24perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo1-9/+18
2013-01-24perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo1-1/+1
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim4-0/+508
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim3-11/+23
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim2-60/+54
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2-4/+10
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker2-37/+0
2013-01-24tracing: Fix unsigned int compare of zero in recursion checkSteven Rostedt1-1/+1
2013-01-24MAINTAINERS: Someone needs to watch over the serial driversGreg Kroah-Hartman1-0/+2
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern4-76/+53
2013-01-23MAINTAINERS: remove meAlan Cox1-2/+0
2013-01-23ALSA: hda - Fix inconsistent pin states after resumeTakashi Iwai1-3/+2
2013-01-23ring-buffer: Remove trace.h from ring_buffer.cSteven Rostedt1-1/+2
2013-01-23ring-buffer: User context bit recursion checkingSteven Rostedt2-31/+67
2013-01-23ftrace: Use only the preempt version of function tracingSteven Rostedt1-47/+14
2013-01-23tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2-36/+110
2013-01-23tracing: Make the trace recursion bits into enumsSteven Rostedt1-13/+17
2013-01-23ftrace: Add context level recursion bit checkingSteven Rostedt2-10/+42
2013-01-23ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-23ftrace: Fix function tracing recursion self testSteven Rostedt1-1/+2