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
/
util
/
util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-21
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
Namhyung Kim
1
-2
/
+0
2013-03-15
perf tools: Extract perf-specific stuff from debugfs.c
Borislav Petkov
1
-2
/
+5
2013-01-24
perf tools: Move ltrim() to util/string.c
Namhyung Kim
1
-0
/
+1
2013-01-24
perf tools: Move get_term_dimensions from top to util.c
David Ahern
1
-0
/
+3
2012-10-29
perf tools: Move strxfrchar into string object
Jiri Olsa
1
-0
/
+1
2012-10-29
perf tools: Move hex2u64 into util object
Jiri Olsa
1
-0
/
+1
2012-10-24
perf trace: Support interrupted syscalls
Arnaldo Carvalho de Melo
1
-0
/
+4
2012-10-06
perf tools: Have the page size value available for all tools
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-09-11
perf tools: include wrapper for magic.h
Irina Tirdea
1
-1
/
+1
2012-09-05
perf tools: remove unneeded include of network header files
David Ahern
1
-5
/
+0
2012-08-07
perf tools: Add dump_stack function
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-06-19
perf lib: Introduce rtrim
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-05-11
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-3
/
+0
2012-05-07
perf target: Introduce perf_target__parse_uid()
Namhyung Kim
1
-3
/
+0
2012-05-02
perf target: Split out perf_target handling code
Namhyung Kim
1
-2
/
+0
2012-05-02
perf tools: Introduce perf_target__validate() helper
Namhyung Kim
1
-1
/
+3
2012-04-19
perf annotate browser: Align jump labels
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-02-13
perf tools: Implement islower/isupper macro into util.h
Namhyung Kim
1
-0
/
+4
2012-02-13
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
1
-1
/
+1
2012-01-24
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
1
-1
/
+0
2012-01-24
perf tools: Introduce per user view
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-01-06
perf kvm: Do guest-only counting by default
Joerg Roedel
1
-0
/
+4
2011-12-23
perf: builtin-record: Document and check that mmap_pages must be a power of two.
Nelson Elhage
1
-0
/
+11
2011-07-15
perf probe: Move strtailcmp to string.c
Masami Hiramatsu
1
-0
/
+1
2011-02-18
perf tools: Makefile: Remove platform-specific cruft
Michael Witten
1
-26
/
+0
2011-01-03
perf util: Move do_read from session to util
Arnaldo Carvalho de Melo
1
-0
/
+1
2010-08-19
perf ui browser: Return the exit key in all browsers
Arnaldo Carvalho de Melo
1
-13
/
+0
2010-06-17
perf record: Add option to avoid updating buildid cache
Stephane Eranian
1
-0
/
+1
2010-06-05
perf buildid: add perfconfig option to specify buildid cache dir
Stephane Eranian
1
-0
/
+2
2010-05-22
perf annotate: Add TUI interface
Arnaldo Carvalho de Melo
1
-1
/
+14
2010-05-18
perf tools: remove xstrndup, xmalloc, xzalloc
Arnaldo Carvalho de Melo
1
-8
/
+0
2010-05-18
perf tools: Remove some unused functions
Arnaldo Carvalho de Melo
1
-154
/
+0
2010-05-14
perf report: Report number of events, not samples
Arnaldo Carvalho de Melo
1
-0
/
+1
2010-04-03
perf tools: Move the prototypes in util/string.h to util.h
Arnaldo Carvalho de Melo
1
-0
/
+12
2010-03-17
perf tools: Introduce xzalloc() for detecting out of memory conditions
Masami Hiramatsu
1
-0
/
+9
2009-12-28
perf record: Introduce a symtab cache
Arnaldo Carvalho de Melo
1
-0
/
+3
2009-11-24
perf tools: Remove unused wrapper routines
Arnaldo Carvalho de Melo
1
-9
/
+2
2009-11-24
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
1
-0
/
+5
2009-11-23
perf tools: Move graph_line and graph_dotted_line from top
Arnaldo Carvalho de Melo
1
-0
/
+3
2009-11-17
Merge branch 'perf/core' into perf/probes
Ingo Molnar
1
-0
/
+3
2009-11-11
perf tools: Bring linear set of section headers for features
Frederic Weisbecker
1
-0
/
+3
2009-10-17
perf: Add DIE_IF() macro for error checking
Masami Hiramatsu
1
-0
/
+9
2009-08-31
Merge branch 'perfcounters/tracing' into perfcounters/core
Ingo Molnar
1
-0
/
+1
2009-08-18
perf tools: Remove obsolete defines
Ingo Molnar
1
-4
/
+0
2009-08-17
perf tools: Add perf trace
Frederic Weisbecker
1
-0
/
+1
2009-08-12
perf tools: Factorize the map helpers
Frederic Weisbecker
1
-1
/
+0
2009-08-12
perf tools: Factorize the event structure definitions in a single file
Frederic Weisbecker
1
-0
/
+2
2009-07-22
perf_counter: Add tracepoint support to perf list, perf stat
Jason Baron
1
-0
/
+2
2009-06-27
perf_counter tools: Remove dead code
Ingo Molnar
1
-15
/
+0
2009-06-18
perf_counter tools: Add and use isprint()
Peter Zijlstra
1
-11
/
+8
[next]