index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-inject.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
perf tools: Fix possible (unlikely) buffer overflow
Thomas Jarosch
1
-1
/
+1
2013-01-24
perf tools: Fix GNU make v3.80 compatibility issue
Al Cooper
1
-3
/
+3
2013-01-24
tools lib traceevent: Add copyright header
Jon Stanley
1
-0
/
+19
2013-01-24
tools lib traceevent: Update FSF postal address to be URL's.
Jon Stanley
5
-10
/
+5
2013-01-24
tools lib traceevent: test correct variable after allocation
Sasha Levin
1
-1
/
+1
2013-01-24
perf ui/gtk: Setup browser window early
Namhyung Kim
1
-11
/
+11
2013-01-24
perf ui/gtk: Factor out common browser routines
Namhyung Kim
4
-223
/
+240
2013-01-24
uprobes: remove redundant check
Sasha Levin
1
-2
/
+1
2013-01-24
perf script: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-1
/
+1
2013-01-24
perf kmem: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-2
/
+1
2013-01-24
perf tools: remove redundant checks from _sort__sym_cmp
Sasha Levin
1
-4
/
+2
2013-01-24
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
1
-1
/
+2
2013-01-24
perf tests: Add return states enum for tests
Jiri Olsa
2
-3
/
+18
2013-01-24
perf kvm: Initialize file_name var to fix segfault
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
5
-21
/
+5
2013-01-24
perf tests: Fix PYTHONPATH for python-use test tracepoints
Jiri Olsa
1
-1
/
+1
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
9
-81
/
+95
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
6
-33
/
+34
2013-01-24
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
Arnaldo Carvalho de Melo
3
-6
/
+6
2013-01-24
perf record: Don't pass host machine to guest synthesizer
Arnaldo Carvalho de Melo
2
-16
/
+4
2013-01-24
perf header: Ensure read/write finished successfully
Namhyung Kim
1
-27
/
+36
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
3
-5
/
+8
2013-01-24
perf tests: Add event parsing test for '*:*' tracepoints
Jiri Olsa
1
-0
/
+62
2013-01-24
perf tools: Add support for wildcard in tracepoint system name
Jiri Olsa
1
-5
/
+46
2013-01-24
perf tools: Add missing closedir in multi tracepoint processing
Jiri Olsa
1
-0
/
+1
2013-01-24
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
3
-2
/
+11
2013-01-24
perf test: Check for linking problems in the python binding
Arnaldo Carvalho de Melo
4
-0
/
+32
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
7
-100
/
+68
2013-01-24
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
4
-37
/
+37
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
6
-90
/
+31
2013-01-24
perf tests: Adjust some message log levels to help diagnosing problems in att...
Arnaldo Carvalho de Melo
1
-9
/
+18
2013-01-24
perf test: Remove leftover temp file left by one of the attr tests
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-24
perf test: Add a test case for hists__{match,link}
Namhyung Kim
4
-0
/
+508
2013-01-24
perf diff: Use internal rb tree for compute resort
Namhyung Kim
3
-11
/
+23
2013-01-24
perf hists: Link hist entries before inserting to an output tree
Namhyung Kim
2
-60
/
+54
2013-01-24
perf hists: Exchange order of comparing items when collapsing hists
Namhyung Kim
2
-4
/
+10
2013-01-24
profiling: Remove unused timer hook
Frederic Weisbecker
2
-37
/
+0
2013-01-24
tracing: Fix unsigned int compare of zero in recursion check
Steven Rostedt
1
-1
/
+1
2013-01-24
MAINTAINERS: Someone needs to watch over the serial drivers
Greg Kroah-Hartman
1
-0
/
+2
2013-01-23
USB: EHCI: fix build error in ehci-mxc
Alan Stern
4
-76
/
+53
2013-01-23
MAINTAINERS: remove me
Alan Cox
1
-2
/
+0
2013-01-23
ALSA: hda - Fix inconsistent pin states after resume
Takashi Iwai
1
-3
/
+2
2013-01-23
ring-buffer: Remove trace.h from ring_buffer.c
Steven Rostedt
1
-1
/
+2
2013-01-23
ring-buffer: User context bit recursion checking
Steven Rostedt
2
-31
/
+67
2013-01-23
ftrace: Use only the preempt version of function tracing
Steven Rostedt
1
-47
/
+14
2013-01-23
tracing: Avoid unnecessary multiple recursion checks
Steven Rostedt
2
-36
/
+110
2013-01-23
tracing: Make the trace recursion bits into enums
Steven Rostedt
1
-13
/
+17
2013-01-23
ftrace: Add context level recursion bit checking
Steven Rostedt
2
-10
/
+42
2013-01-23
ftrace: Optimize the function tracer list loop
Steven Rostedt
1
-22
/
+26
2013-01-23
ftrace: Fix function tracing recursion self test
Steven Rostedt
1
-1
/
+2
[next]