aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim1-0/+2
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim1-0/+3
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim1-1/+1
2013-05-28perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu1-2/+2
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim1-2/+0
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov1-2/+5
2013-01-24perf tools: Move ltrim() to util/string.cNamhyung Kim1-0/+1
2013-01-24perf tools: Move get_term_dimensions from top to util.cDavid Ahern1-0/+3
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa1-0/+1
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa1-0/+1
2012-10-24perf trace: Support interrupted syscallsArnaldo Carvalho de Melo1-0/+4
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo1-0/+2
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea1-1/+1
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern1-5/+0
2012-08-07perf tools: Add dump_stack functionArnaldo Carvalho de Melo1-0/+2
2012-06-19perf lib: Introduce rtrimArnaldo Carvalho de Melo1-0/+2
2012-05-11Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-3/+0
2012-05-07perf target: Introduce perf_target__parse_uid()Namhyung Kim1-3/+0
2012-05-02perf target: Split out perf_target handling codeNamhyung Kim1-2/+0
2012-05-02perf tools: Introduce perf_target__validate() helperNamhyung Kim1-1/+3
2012-04-19perf annotate browser: Align jump labelsArnaldo Carvalho de Melo1-0/+2
2012-02-13perf tools: Implement islower/isupper macro into util.hNamhyung Kim1-0/+4
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern1-1/+1
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-1/+0
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo1-0/+2
2012-01-06perf kvm: Do guest-only counting by defaultJoerg Roedel1-0/+4
2011-12-23perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage1-0/+11
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu1-0/+1
2011-02-18perf tools: Makefile: Remove platform-specific cruftMichael Witten1-26/+0
2011-01-03perf util: Move do_read from session to utilArnaldo Carvalho de Melo1-0/+1
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo1-13/+0
2010-06-17perf record: Add option to avoid updating buildid cacheStephane Eranian1-0/+1
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian1-0/+2
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo1-1/+14
2010-05-18perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo1-8/+0
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo1-154/+0
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo1-0/+1
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-0/+12
2010-03-17perf tools: Introduce xzalloc() for detecting out of memory conditionsMasami Hiramatsu1-0/+9
2009-12-28perf record: Introduce a symtab cacheArnaldo Carvalho de Melo1-0/+3
2009-11-24perf tools: Remove unused wrapper routinesArnaldo Carvalho de Melo1-9/+2
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo1-0/+5
2009-11-23perf tools: Move graph_line and graph_dotted_line from topArnaldo Carvalho de Melo1-0/+3
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar1-0/+3
2009-11-11perf tools: Bring linear set of section headers for featuresFrederic Weisbecker1-0/+3
2009-10-17perf: Add DIE_IF() macro for error checkingMasami Hiramatsu1-0/+9
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar1-0/+1
2009-08-18perf tools: Remove obsolete definesIngo Molnar1-4/+0
2009-08-17perf tools: Add perf traceFrederic Weisbecker1-0/+1
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker1-1/+0