aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo1-1/+2
2015-12-09perf tools: Move term functions out of util.cJosh Poimboeuf1-34/+0
2015-11-19perf report: Add callchain value optionNamhyung Kim1-1/+2
2015-11-06perf tools: Make fetch_kernel_version() publicly availableWang Nan1-0/+30
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim1-1/+1
2015-10-05perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo1-2/+2
2015-09-18Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changesIngo Molnar1-1/+1
2015-09-17perf tools: Bool functions shouldn't return -1Peter Senna Tschudin1-1/+1
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa1-70/+0
2015-09-02perf tools: Move tracing_path stuff under same namespaceJiri Olsa1-10/+10
2015-09-02perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa1-7/+7
2015-08-28perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa1-1/+0
2015-08-28perf tools: Add tracing_path and remove unneeded functionsJiri Olsa1-52/+4
2015-08-08perf callchain: Move option parsing code to util.cKan Liang1-0/+90
2015-06-10perf tools: Avoid possible race condition in copyfile()Milos Vyletel1-15/+31
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim1-9/+29
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim1-0/+43
2015-02-24perf tools: Introduce dump_stack signal helperArnaldo Carvalho de Melo1-0/+7
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)1-11/+49
2014-12-11perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo1-8/+1
2014-12-11tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo1-17/+0
2014-10-03perf callchain: Move callchain_param to util object in to fix python testJiri Olsa1-0/+8
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu1-2/+3
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa1-0/+13
2014-08-12perf tools: Show better error message in case we fail to open counters due to EBUSY errorJiri Olsa1-0/+36
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko1-7/+2
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus1-0/+1
2014-04-29perf tools: Handle EINTR error for readn/writenNamhyung Kim1-0/+2
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov1-1/+1
2013-12-13perf tools: Move mem_bswap32/64 to util.cAdrian Hunter1-0/+22
2013-12-13perf tools: Add perf_event_paranoid()Adrian Hunter1-0/+19
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang1-0/+14
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa1-0/+49
2013-12-02perf tools: Add writen functionJiri Olsa1-5/+19
2013-12-02perf tools: Fine tune readn functionJiri Olsa1-5/+11
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa1-2/+2
2013-10-23perf tools: Do not accept parse_tag_value() overflowAdrian Hunter1-0/+2
2013-10-17perf tools: Introduce filename__read_int helperArnaldo Carvalho de Melo1-0/+17
2013-10-14perf tools: Add copyfile_mode()Adrian Hunter1-5/+13
2013-10-09perf tools: Add possibility to specify mmap sizeJiri Olsa1-0/+25
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim1-0/+33
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim1-0/+59
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov1-0/+27
2013-01-24perf tools: Move get_term_dimensions from top to util.cDavid Ahern1-0/+22
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo1-0/+2
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa1-0/+33
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo1-0/+2
2012-10-02perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim1-2/+2