aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c
AgeCommit message (Expand)Author
2016-07-18perf tools: Make is_printable_array globalJiri Olsa
2016-07-04perf tests: Fix hist accumulation testJiri Olsa
2016-06-14perf tools: Fix rm_rf() to handle non-regular files correctlyMasami Hiramatsu
2016-05-16perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo
2016-05-11perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu
2016-05-09perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding supportHe Kuang
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo
2016-04-26perf tools: Add lsdir() helper to read a directoryMasami Hiramatsu
2016-02-24perf tools: Make binary data printer code in trace_event public availableWang Nan
2016-02-16tools lib api fs: Adopt filename__read_str from perfJiri Olsa
2016-01-29perf tools: Move timestamp creation to utilWang Nan
2016-01-26perf symbols: Do not read symbols/data from device filesJiri Olsa
2016-01-12perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim
2015-12-14perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo
2015-12-09perf tools: Move term functions out of util.cJosh Poimboeuf
2015-11-19perf report: Add callchain value optionNamhyung Kim
2015-11-06perf tools: Make fetch_kernel_version() publicly availableWang Nan
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim
2015-10-05perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo
2015-09-18Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2015-09-17perf tools: Bool functions shouldn't return -1Peter Senna Tschudin
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa
2015-09-02perf tools: Move tracing_path stuff under same namespaceJiri Olsa
2015-09-02perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa
2015-08-28perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa
2015-08-28perf tools: Add tracing_path and remove unneeded functionsJiri Olsa
2015-08-08perf callchain: Move option parsing code to util.cKan Liang
2015-06-10perf tools: Avoid possible race condition in copyfile()Milos Vyletel
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim
2015-02-24perf tools: Introduce dump_stack signal helperArnaldo Carvalho de Melo
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)
2014-12-11perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo
2014-12-11tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo
2014-10-03perf callchain: Move callchain_param to util object in to fix python testJiri Olsa
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus
2014-04-29perf tools: Handle EINTR error for readn/writenNamhyung Kim
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov
2013-12-13perf tools: Move mem_bswap32/64 to util.cAdrian Hunter
2013-12-13perf tools: Add perf_event_paranoid()Adrian Hunter
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa
2013-12-02perf tools: Add writen functionJiri Olsa
2013-12-02perf tools: Fine tune readn functionJiri Olsa