index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-22
perf tools: Fix time function double declaration with glibc
Thomas Renninger
1
-2
/
+2
2011-01-22
perf tools: Fix build by checking if extra warnings are supported
Arnaldo Carvalho de Melo
1
-2
/
+7
2011-01-22
perf tools: Fix build when using gcc 3.4.6
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-22
perf tools: Add missing header, fixes build
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-01-22
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
23
-82
/
+93
2011-01-22
perf test: Fix build on older glibcs
Arnaldo Carvalho de Melo
1
-14
/
+19
2011-01-21
perf test: Use cpu_map->[cpu] when setting affinity
Han Pingtian
1
-4
/
+9
2011-01-21
perf symbols: Fix annotation of thumb code
Dr. David Alan Gilbert
1
-0
/
+7
2011-01-18
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-30
/
+3
2011-01-17
perf tools: Fix tracepoint id to string perf.data header table
Arnaldo Carvalho de Melo
2
-29
/
+2
2011-01-17
perf tools: Fix handling of wildcards in tracepoint event selectors
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-15
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
6
-16
/
+25
2011-01-13
perf record: Add "nodelay" mode, disabled by default
Kirill Smelkov
2
-0
/
+11
2011-01-13
perf sched: Fix list of events, dropping unsupported ':r' modifier
Stephane Eranian
1
-9
/
+9
2011-01-12
Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/li...
Linus Torvalds
6
-0
/
+1665
2011-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest
Linus Torvalds
3
-0
/
+2675
2011-01-11
Merge branches 'turbostat' and 'x86_energy_perf_policy' into tools
Len Brown
6
-0
/
+1665
2011-01-11
tools: create power/x86/x86_energy_perf_policy
Len Brown
3
-0
/
+437
2011-01-11
tools: create power/x86/turbostat
Len Brown
3
-0
/
+1228
2011-01-11
Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"
Arnaldo Carvalho de Melo
2
-5
/
+0
2011-01-11
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-78
/
+220
2011-01-11
perf top: Fix annotate segv
Arnaldo Carvalho de Melo
1
-0
/
+2
2011-01-11
perf evsel: Fix order of event list deletion
Arnaldo Carvalho de Melo
4
-2
/
+3
2011-01-10
perf session: Fix infinite loop in __perf_session__process_events
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-10
perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)
Arnaldo Carvalho de Melo
2
-33
/
+159
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-0
/
+1364
2011-01-10
perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail
Jiri Pirko
1
-1
/
+2
2011-01-10
perf tools: Emit clearer message for sys_perf_event_open ENOENT return
Arnaldo Carvalho de Melo
2
-0
/
+5
2011-01-10
perf stat: better error message for unsupported events
David Ahern
1
-0
/
+2
2011-01-10
perf sched: Fix allocation result check
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-09
Merge branch 'slab/next' into for-linus
Pekka Enberg
1
-0
/
+1364
2011-01-07
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2
-0
/
+26
2011-01-07
perf tools: Pass whole attr to event selectors
Lin Ming
5
-10
/
+19
2011-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
7
-0
/
+490
2011-01-06
perf tools: Build with frame pointer
Frederic Weisbecker
1
-1
/
+1
2011-01-06
perf tools: Fix buffer overflow error when specifying all tracepoints
Han Pingtian
1
-31
/
+30
2011-01-05
perf script: Make some lists static
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-01-05
perf script: Use the default lost event handler
Arnaldo Carvalho de Melo
1
-14
/
+1
2011-01-05
perf session: Warn about errors when processing pipe events too
Arnaldo Carvalho de Melo
1
-26
/
+31
2011-01-05
perf tools: Fix perf_event.h header usage
Stephane Eranian
2
-2
/
+2
2011-01-05
perf test: Clarify some error reports in the open syscall test
Arnaldo Carvalho de Melo
1
-7
/
+11
2011-01-05
Merge commit 'v2.6.37' into perf/core
Ingo Molnar
1
-1
/
+1
2011-01-05
[S390] perf: add DWARF register lookup for s390
Heiko Carstens
2
-0
/
+26
2011-01-04
perf timechart: Adjust perf timechart to the new power events
Thomas Renninger
3
-18
/
+118
2011-01-04
Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
24
-519
/
+1013
2011-01-04
Merge commit 'v2.6.37-rc8' into perf/core
Ingo Molnar
8
-42
/
+84
2011-01-04
perf test: Add test for counting open syscalls
Arnaldo Carvalho de Melo
1
-0
/
+83
2011-01-04
perf evsel: Auto allocate resources needed for some methods
Arnaldo Carvalho de Melo
1
-0
/
+9
2011-01-04
perf evsel: Use {cpu,thread}_map to shorten list of parameters
Arnaldo Carvalho de Melo
3
-17
/
+22
2011-01-04
perf tools: Refactor all_tids to hold nr and the map
Arnaldo Carvalho de Melo
5
-85
/
+88
[next]