index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf header: Fix double fclose() on do_write(fd, xxx) failure
Thomas Jarosch
2013-01-30
1
-1
/
+3
*
perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/ka...
Thomas Jarosch
2013-01-30
1
-1
/
+2
*
perf tools: Fix memory leak on error
Thomas Jarosch
2013-01-30
1
-1
/
+3
*
perf sort: Use pclose() instead of fclose() on pipe stream
Thomas Jarosch
2013-01-30
1
-2
/
+5
*
perf evsel: Fix memory leaks on evsel->counts
Namhyung Kim
2013-01-30
2
-0
/
+6
*
perf evsel: Add prev_raw_count field
Stephane Eranian
2013-01-30
2
-0
/
+27
*
perf header: Stop using die() calls when processing tracing data
Arnaldo Carvalho de Melo
2013-01-25
1
-6
/
+12
*
perf tools: Use memdup in map__clone
Arnaldo Carvalho de Melo
2013-01-25
1
-6
/
+2
*
perf tools: Stop using 'self' in map.[ch]
Arnaldo Carvalho de Melo
2013-01-25
2
-72
/
+70
*
perf tools: Stop using 'self' in strlist
Arnaldo Carvalho de Melo
2013-01-25
2
-48
/
+48
*
perf tools: Allow passing a list to intlist__new
Arnaldo Carvalho de Melo
2013-01-24
2
-2
/
+27
*
perf tools: Allow passing NULL to intlist__find
Arnaldo Carvalho de Melo
2013-01-24
1
-2
/
+7
*
perf script: hook up perf_scripting_context->pevent
Tom Zanussi
2013-01-24
2
-0
/
+2
*
perf pmu: Privatize perf_pmu_{format,alias} structs
Arnaldo Carvalho de Melo
2013-01-24
2
-14
/
+13
*
perf tools: Fix usage of __ in event parsing struct names
Arnaldo Carvalho de Melo
2013-01-24
3
-17
/
+17
*
perf pmu: Fix usage of __ in struct names
Arnaldo Carvalho de Melo
2013-01-24
2
-13
/
+13
*
perf tools: Fix usage of __ in parse_events_term struct
Arnaldo Carvalho de Melo
2013-01-24
4
-45
/
+45
*
perf tools: Move ltrim() to util/string.c
Namhyung Kim
2013-01-24
2
-0
/
+19
*
perf tools: Fix PMU format parsing test failure
Sukadev Bhattiprolu
2013-01-24
2
-1
/
+2
*
perf tools: Do not include PERF-VERSION-FILE to Makefile
Namhyung Kim
2013-01-24
1
-2
/
+2
*
perf tools: Remove unused 'unset' parameter from parse_events
Jiri Olsa
2013-01-24
2
-5
/
+3
*
perf tools: Mark branch_info maps as referenced
Stephane Eranian
2013-01-24
1
-0
/
+8
*
perf tools: Move get_term_dimensions from top to util.c
David Ahern
2013-01-24
2
-0
/
+25
*
perf symbols: Mark vmlinux filename as allocated
David Ahern
2013-01-24
1
-1
/
+5
*
perf symbols: Move name malloc to when needed in dso__load
David Ahern
2013-01-24
1
-4
/
+4
*
perf sort: Separate out branch stack specific sort keys
Namhyung Kim
2013-01-24
2
-14
/
+58
*
perf sort: Clean up sort__first_dimension setting
Namhyung Kim
2013-01-24
1
-24
/
+2
*
perf sort: Calculate parent column width too
Namhyung Kim
2013-01-24
1
-0
/
+3
*
perf sort: Align cpu column to right
Namhyung Kim
2013-01-24
1
-1
/
+1
*
perf sort: Fix --sort pid output
Namhyung Kim
2013-01-24
1
-1
/
+1
*
perf sort: Get rid of unnecessary __maybe_unused
Namhyung Kim
2013-01-24
1
-7
/
+4
*
perf sort: Move misplaced sort entry functions
Namhyung Kim
2013-01-24
1
-59
/
+60
*
perf probe: Allow of casting an array of char to string
Hyeoncheol Lee
2013-01-24
1
-5
/
+5
*
perf tools: Add anonymous huge page recognition
Joshua Zhu
2013-01-24
1
-1
/
+2
*
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
2013-01-24
3
-5
/
+1
*
perf tools: Fix possible (unlikely) buffer overflow
Thomas Jarosch
2013-01-24
1
-1
/
+1
*
perf tools: remove redundant checks from _sort__sym_cmp
Sasha Levin
2013-01-24
1
-4
/
+2
*
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
2013-01-24
2
-7
/
+1
*
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
2013-01-24
5
-66
/
+83
*
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
2013-01-24
4
-28
/
+29
*
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
Arnaldo Carvalho de Melo
2013-01-24
2
-3
/
+3
*
perf record: Don't pass host machine to guest synthesizer
Arnaldo Carvalho de Melo
2013-01-24
1
-9
/
+0
*
perf header: Ensure read/write finished successfully
Namhyung Kim
2013-01-24
1
-27
/
+36
*
perf tools: Add support for wildcard in tracepoint system name
Jiri Olsa
2013-01-24
1
-5
/
+46
*
perf tools: Add missing closedir in multi tracepoint processing
Jiri Olsa
2013-01-24
1
-0
/
+1
*
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
2013-01-24
2
-0
/
+11
*
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
2013-01-24
3
-1
/
+52
*
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
2013-01-24
2
-0
/
+31
*
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
2013-01-24
2
-5
/
+28
*
perf diff: Use internal rb tree for compute resort
Namhyung Kim
2013-01-24
2
-1
/
+2
[next]