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
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-05
perf annotate: Add missing newline on error message
Namhyung Kim
1
-1
/
+1
2012-03-05
perf annotate: Fix help string on tui
Namhyung Kim
1
-3
/
+3
2012-03-05
perf annotate: Restore title when came back to original symbol
Namhyung Kim
1
-0
/
+1
2012-03-05
perf annotate: Handle lower case key code in annotate_browser__run()
Namhyung Kim
1
-0
/
+2
2012-03-05
perf annotate: Print asm code as blue when source code is displayed
Namhyung Kim
1
-3
/
+6
2012-03-05
perf tools: Add descriptions of missing Makefile arguments
Namhyung Kim
1
-0
/
+14
2012-03-05
perf evlist: Restore original errno after open failed
Namhyung Kim
1
-0
/
+1
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-1
/
+22
2012-03-03
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
Arnaldo Carvalho de Melo
4
-15
/
+39
2012-03-03
perf tools: Change perf_guest default back to false
Joerg Roedel
1
-1
/
+1
2012-03-03
perf record: No build id option fails
David Ahern
1
-2
/
+2
2012-02-29
perf probe: Ensure offset provided is not greater than function length withou...
Prashanth Nageshappa
1
-0
/
+6
2012-02-29
perf tools: Ensure comm string is properly terminated
David Ahern
1
-0
/
+1
2012-02-29
perf probe: Ensure offset provided is not greater than function length
Prashanth Nageshappa
1
-1
/
+11
2012-02-29
perf evlist: Return first evsel for non-sample event on old kernel
Namhyung Kim
1
-0
/
+4
2012-02-21
perf tools: fix broken perf record -a mode
Stephane Eranian
1
-1
/
+1
2012-02-17
perf tools: Remove duplicated string.h includes
Danny Kukawka
1
-1
/
+0
2012-02-17
perf tools: Allow expressions in __print_symbolic() fields
Stefan Hajnoczi
1
-0
/
+12
2012-02-14
perf tools: Invert the sample_id_all logic
Arnaldo Carvalho de Melo
6
-13
/
+10
2012-02-14
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
Arnaldo Carvalho de Melo
4
-15
/
+39
2012-02-13
perf tools: cleanup initialization of attr->size
Stephane Eranian
2
-1
/
+2
2012-02-13
perf tools: Factor out feature op to process header sections
Robert Richter
1
-15
/
+29
2012-02-13
perf tools: Moving code in header.c
Robert Richter
1
-150
/
+150
2012-02-13
perf tools: Add bitmap_or function into bitmap object
Jiri Olsa
2
-0
/
+21
2012-02-13
perf tools: Add sysfs mountpoint interface
Jiri Olsa
3
-0
/
+68
2012-02-13
perf tools: Remove unused functions from debugfs object
Jiri Olsa
2
-147
/
+0
2012-02-13
perf tools: Get rid of ctype.h in symbol.c
Namhyung Kim
1
-1
/
+1
2012-02-13
perf tools: ctype.c only wants util.h
Namhyung Kim
1
-1
/
+1
2012-02-13
perf tools: Implement islower/isupper macro into util.h
Namhyung Kim
1
-0
/
+4
2012-02-13
perf tools: Change perf_guest default back to false
Joerg Roedel
1
-1
/
+1
2012-02-13
perf top: Don't process samples with no valid machine object
Joerg Roedel
3
-0
/
+17
2012-02-13
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
18
-56
/
+185
2012-02-13
perf tools: Fix out of tree compiles
David Ahern
1
-0
/
+1
2012-02-13
perf tools: Fix build dependency of perf python extension
Namhyung Kim
3
-5
/
+25
2012-02-09
perf record: No build id option fails
David Ahern
1
-2
/
+2
2012-02-09
perf tools: fix endianness detection in perf.data
Stephane Eranian
1
-13
/
+64
2012-02-06
perf stat: Align scaled output of cpu-clock
Namhyung Kim
1
-0
/
+2
2012-02-06
perf stat: Adjust print unit
Namhyung Kim
1
-1
/
+7
2012-02-06
perf doc: Allow producing documentation in a specified output directory
Franck Bui-Huu
1
-34
/
+52
2012-02-06
perf tool: Fix perf stack to non executable on x86_64
Jiri Olsa
1
-0
/
+7
2012-02-06
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
3
-1
/
+8
2012-02-06
perf evsel: Fix an issue where perf report fails to show the proper percentage
Naveen N. Rao
1
-0
/
+1
2012-02-06
perf tools: Fix prefix matching for kernel maps
Jiri Olsa
1
-1
/
+1
2012-02-06
perf tools: Fix perf stack to non executable on x86_64
Jiri Olsa
1
-0
/
+6
2012-02-02
perf record: Make feature initialization generic
Robert Richter
2
-19
/
+10
2012-02-02
perf probe: Rename target_module to target
Srikar Dronamraju
2
-19
/
+19
2012-02-02
perf tools: Remove distclean from Makefile help output
John Kacur
1
-1
/
+0
2012-02-01
perf evlist: Make splice_list_tail method public
Jiri Olsa
2
-3
/
+8
2012-01-30
perf top: Fix number of samples displayed
Stephane Eranian
1
-3
/
+10
2012-01-30
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
Stephane Eranian
1
-1
/
+1
[next]