index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-29
perf tools: Move libpython check config into config/Makefile
Jiri Olsa
1
-65
/
+3
2013-05-29
perf tools: Move libperl check config into config/Makefile
Jiri Olsa
1
-17
/
+3
2013-05-29
perf tools: Move gtk2 check config into config/Makefile
Jiri Olsa
1
-18
/
+7
2013-05-29
perf tools: Move slang check config into config/Makefile
Jiri Olsa
1
-26
/
+13
2013-05-29
perf tools: Move libaudit check config into config/Makefile
Jiri Olsa
1
-8
/
+1
2013-05-29
perf tools: Move libunwind check config into config/Makefile
Jiri Olsa
1
-24
/
+0
2013-05-28
perf tools: Move libdw check config into config/Makefile
Jiri Olsa
1
-7
/
+0
2013-05-28
perf tools: Move libelf check config into config/Makefile
Jiri Olsa
1
-46
/
+0
2013-05-28
perf tools: Move compiler and linker flags check into config/Makefile
Jiri Olsa
1
-91
/
+19
2013-05-28
perf tools: Move programs check into config/Makefile
Jiri Olsa
1
-16
/
+8
2013-05-28
perf tools: Move arch check into config/Makefile
Jiri Olsa
1
-29
/
+14
2013-05-28
perf tools: Fix tab vs spaces issue in Makefile ifdef/endif
Jiri Olsa
1
-3
/
+3
2013-04-01
perf tools: Remove dependency on libnewt
Arnaldo Carvalho de Melo
1
-7
/
+13
2013-04-01
perf python: Fix dependency for python/perf.so
Naohiro Aota
1
-1
/
+1
2013-04-01
perf tools: Add new mem command for memory access profiling
Stephane Eranian
1
-0
/
+1
2013-03-18
perf tests: Add a test case for checking sw clock event frequency
Namhyung Kim
1
-0
/
+1
2013-03-15
perf test: Add test case for checking number of EXIT events
Namhyung Kim
1
-0
/
+1
2013-03-15
perf tests: Test breakpoint overflow signal handler counts
Jiri Olsa
1
-0
/
+1
2013-03-15
perf tests: Test breakpoint overflow signal handler
Jiri Olsa
1
-0
/
+1
2013-03-15
perf tools: Introduce tools/lib/lk library
Borislav Petkov
1
-7
/
+27
2013-03-13
perf tools: check if -DFORTIFY_SOURCE=2 is allowed
Marcin Slusarz
1
-1
/
+7
2013-02-14
perf tools: Fix build with bison 2.3 and older.
Vinson Lee
1
-2
/
+2
2013-02-14
perf tools: Limit unwind support to x86 archs
Jiri Olsa
1
-0
/
+5
2013-02-14
perf ui/gtk: Implement basic GTK2 annotation browser
Namhyung Kim
1
-0
/
+1
2013-02-06
perf tools: Check for flex and bison before continuing building
Borislav Petkov
1
-3
/
+10
2013-01-30
perf tools: Make numa benchmark optional
Peter Hurley
1
-2
/
+14
2013-01-30
perf: Add 'perf bench numa mem' NUMA performance measurement suite
Ingo Molnar
1
-1
/
+2
2013-01-24
perf tools: Do not include PERF-VERSION-FILE to Makefile
Namhyung Kim
1
-2
/
+1
2013-01-24
perf tools: Get rid of unused include of config.mak
Namhyung Kim
1
-3
/
+0
2013-01-24
perf ui/gtk: Factor out common browser routines
Namhyung Kim
1
-0
/
+1
2013-01-24
perf tests: Fix PYTHONPATH for python-use test tracepoints
Jiri Olsa
1
-1
/
+1
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
1
-2
/
+5
2013-01-24
perf test: Check for linking problems in the python binding
Arnaldo Carvalho de Melo
1
-0
/
+4
2013-01-24
perf test: Add a test case for hists__{match,link}
Namhyung Kim
1
-0
/
+1
2013-01-24
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-23
/
+28
2013-01-22
arm64: makefile: fix uname munging when setting ARCH on native machine
Will Deacon
1
-1
/
+1
2012-12-11
perf tools: Add install-bin Makefile target
Arnaldo Carvalho de Melo
1
-1
/
+3
2012-12-10
perf test: Use perf_evsel__newtp constructor in the tracepoint tests
Arnaldo Carvalho de Melo
1
-1
/
+0
2012-12-09
perf tools: Don't check configuration on make tags
Arnaldo Carvalho de Melo
1
-0
/
+4
2012-12-09
perf tools: Don't check configuration on make clean
Namhyung Kim
1
-12
/
+16
2012-12-09
perf ui: Always compile error printing code
Namhyung Kim
1
-9
/
+5
2012-12-08
Merge branch 'linus' into perf/core
Ingo Molnar
1
-1
/
+29
2012-11-19
perf: Make perf build for x86 with UAPI disintegration applied
David Howells
1
-1
/
+28
2012-11-14
perf ui: Always compile browser setup code
Namhyung Kim
1
-2
/
+1
2012-11-14
perf ui gtk: Implement ui_progress functions
Namhyung Kim
1
-0
/
+1
2012-11-14
perf ui: Introduce generic ui_progress helper
Namhyung Kim
1
-0
/
+1
2012-11-14
perf ui tui: Move progress.c under ui/tui directory
Namhyung Kim
1
-1
/
+1
2012-11-14
perf tests: Move pmu tests into separate object
Jiri Olsa
1
-0
/
+1
2012-11-14
perf tests: Move test__syscall_open_tp_fields into separate object
Jiri Olsa
1
-0
/
+1
2012-11-14
perf tests: Move perf_evsel__tp_sched_test into separate object
Jiri Olsa
1
-0
/
+1
[prev]
[next]