index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf report: Fix perf_session__delete removal
Jiri Olsa
2013-07-12
1
-18
/
+5
*
perf tools: Do not elide parent symbol column
Jiri Olsa
2013-07-12
1
-8
/
+0
*
perf util: Use evsel->name to get tracepoint_paths
Namhyung Kim
2013-07-12
3
-0
/
+39
*
perf util: Move debugfs/tracing helper functions to util.c
Namhyung Kim
2013-07-12
3
-59
/
+62
*
perf tools: Remove callchain_cursor_reset call
Jiri Olsa
2013-07-12
1
-2
/
+0
*
perf tools: Add methods for setting/retrieving priv element of thread struct
David Ahern
2013-07-12
1
-0
/
+10
*
perf tools: Use default include path notation for libtraceevent headers
Robert Richter
2013-07-12
7
-11
/
+12
*
perf tests: Make TEST_ASSERT_VAL global
Jiri Olsa
2013-07-12
3
-16
/
+8
*
perf tests: Omit end of the symbol check failure for test 1
Jiri Olsa
2013-07-12
1
-4
/
+11
*
perf tools: Remove cwd from perf_session struct
Jiri Olsa
2013-07-12
1
-1
/
+0
*
perf top: Add --objdump option
Sukadev Bhattiprolu
2013-07-12
1
-0
/
+9
*
perf tools: Rename cpu_map__all() to cpu_map__empty()
Sukadev Bhattiprolu
2013-07-12
2
-3
/
+3
*
perf script: Fix broken include in Context.xs
Ramkumar Ramachandra
2013-07-10
1
-1
/
+1
*
perf tools: Fix -ldw/-lelf link test when static linking
Mike Frysinger
2013-07-10
2
-3
/
+3
*
perf tools: Revert regression in configuration of Python support
Michael Witten
2013-07-09
1
-1
/
+1
*
perf tools: Fix perf version generation
Robert Richter
2013-07-08
1
-6
/
+15
*
perf stat: Fix per-socket output bug for uncore events
Stephane Eranian
2013-07-08
1
-3
/
+4
*
perf symbols: Fix vdso list searching
Waiman Long
2013-07-08
3
-4
/
+11
*
perf evsel: Fix missing increment in sample parsing
Adrian Hunter
2013-07-08
1
-1
/
+1
*
perf tools: Update symbol_conf.nr_events when processing attribute events
Adrian Hunter
2013-07-08
1
-0
/
+2
*
perf tools: Fix new_term() missing free on error path
Adrian Hunter
2013-07-08
1
-0
/
+1
*
perf tools: Fix parse_events_terms() segfault on error path
Adrian Hunter
2013-07-08
1
-1
/
+2
*
perf evsel: Fix count parameter to read call in event_format__new
David Ahern
2013-07-08
1
-1
/
+1
*
perf tools: Fix -x/--exclude-other option for report command
Jiri Olsa
2013-07-08
4
-6
/
+1
*
perf evlist: Enhance perf_evlist__start_workload()
Namhyung Kim
2013-07-08
1
-1
/
+9
*
perf record: Remove -f/--force option
Jiri Olsa
2013-07-08
7
-14
/
+6
*
perf record: Remove -A/--append option
Jiri Olsa
2013-07-08
3
-88
/
+11
*
perf stat: Avoid sending SIGTERM to random processes
Stephane Eranian
2013-07-08
1
-1
/
+22
*
tools lib lk: Fix for cross build
Joonsoo Kim
2013-07-08
1
-0
/
+15
*
perf tools: Include termios.h explicitly
Joonsoo Kim
2013-07-08
1
-1
/
+1
*
perf bench: Fix memory allocation fail check in mem{set,cpy} workloads
Kirill A. Shutemov
2013-07-08
2
-3
/
+3
*
perf tools: Fix build errors with O and DESTDIR make vars set
Robert Richter
2013-07-08
2
-4
/
+3
*
perf tools: Fix output directory of Documentation/
Robert Richter
2013-07-08
1
-8
/
+2
*
tools: Get only verbose output with V=1
Robert Richter
2013-07-08
3
-3
/
+3
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-07-03
38
-773
/
+1164
|
\
|
*
perf tools: Add missing liblk.a dependency for python/perf.so
Jiri Olsa
2013-05-30
1
-1
/
+1
|
*
perf tools: Remove '?=' Makefile STRIP assignment
Jiri Olsa
2013-05-30
1
-1
/
+1
|
*
perf tools: Replace multiple line assignment with multiple statements
Jiri Olsa
2013-05-30
1
-24
/
+19
|
*
perf tools: Replace tabs with spaces for all non-commands statements
Jiri Olsa
2013-05-30
2
-238
/
+238
|
*
perf tools: Add NO_BIONIC variable to confiure bionic setup
Jiri Olsa
2013-05-30
2
-0
/
+6
|
*
perf tools: Switch to full path C include directories
Jiri Olsa
2013-05-30
2
-14
/
+39
|
*
perf tools: Merge all *LDFLAGS* make variable into LDFLAGS
Jiri Olsa
2013-05-30
2
-22
/
+25
|
*
perf tools: Merge all *CFLAGS* make variable into CFLAGS
Jiri Olsa
2013-05-30
3
-84
/
+89
|
*
perf evlist: Reset SIGTERM handler in workload child process
David Ahern
2013-05-30
1
-0
/
+2
|
*
tools lib lk: Respect CROSS_COMPILE
Rabin Vincent
2013-05-29
1
-0
/
+3
|
*
perf tools: Remove cwdlen from struct perf_session
Jiri Olsa
2013-05-29
1
-1
/
+0
|
*
perf tools: Remove frozen from perf_header struct
Jiri Olsa
2013-05-29
2
-3
/
+0
|
*
perf tests: Fix exclude_guest|exclude_host checking for attr tests
Jiri Olsa
2013-05-29
2
-4
/
+4
|
*
perf tests: Fix attr test for record -d option
Jiri Olsa
2013-05-29
1
-1
/
+4
|
*
perf tools: Final touches for CHK config move
Jiri Olsa
2013-05-29
1
-11
/
+0
[next]