aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo1-0/+1
2016-07-18perf tools: Make is_printable_array globalJiri Olsa1-0/+16
2016-07-04perf tests: Fix hist accumulation testJiri Olsa1-6/+13
2016-06-14perf tools: Fix rm_rf() to handle non-regular files correctlyMasami Hiramatsu1-8/+5
2016-05-16perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo1-1/+2
2016-05-11perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu1-1/+1
2016-05-09perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding supportHe Kuang1-2/+0
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-0/+2
2016-04-26perf tools: Add lsdir() helper to read a directoryMasami Hiramatsu1-0/+34
2016-02-24perf tools: Make binary data printer code in trace_event public availableWang Nan1-0/+37
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa1-48/+0
2016-01-29perf tools: Move timestamp creation to utilWang Nan1-0/+17
2016-01-26perf symbols: Do not read symbols/data from device filesJiri Olsa1-0/+10
2016-01-12perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim1-5/+6
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim1-0/+27
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