summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c
Commit message (Expand)AuthorAgeFilesLines
* tools perf util: Make rm_rf(path) argument constJoe Stringer2017-01-311-1/+1
* perf tools: Add unit_number__scnprintf functionJiri Olsa2017-01-111-0/+13
* perf tools: Move parse_nsec_time to time-utils.cDavid Ahern2016-12-011-33/+0
* perf tools: Fix kernel version error in ubuntuWang Nan2016-11-251-2/+53
* perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim2016-10-281-0/+8
* tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo2016-08-231-0/+1
* perf tools: Make is_printable_array globalJiri Olsa2016-07-181-0/+16
* perf tests: Fix hist accumulation testJiri Olsa2016-07-041-6/+13
* perf tools: Fix rm_rf() to handle non-regular files correctlyMasami Hiramatsu2016-06-141-8/+5
* perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-161-1/+2
* perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu2016-05-111-1/+1
* perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding supportHe Kuang2016-05-091-2/+0
* perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo2016-04-271-0/+2
* perf tools: Add lsdir() helper to read a directoryMasami Hiramatsu2016-04-261-0/+34
* perf tools: Make binary data printer code in trace_event public availableWang Nan2016-02-241-0/+37
* tools lib api fs: Adopt filename__read_str from perfJiri Olsa2016-02-161-48/+0
* perf tools: Move timestamp creation to utilWang Nan2016-01-291-0/+17
* perf symbols: Do not read symbols/data from device filesJiri Olsa2016-01-261-0/+10
* perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim2016-01-121-5/+6
* perf report: Show random usage tip on the help lineNamhyung Kim2016-01-081-0/+27
* perf tools: Use same signal handling strategy as 'record'Arnaldo Carvalho de Melo2015-12-141-1/+2
* perf tools: Move term functions out of util.cJosh Poimboeuf2015-12-091-34/+0
* perf report: Add callchain value optionNamhyung Kim2015-11-191-1/+2
* perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-061-0/+30
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-221-1/+1
* perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo2015-10-051-2/+2
* Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-181-1/+1
|\
| * perf tools: Bool functions shouldn't return -1Peter Senna Tschudin2015-09-171-1/+1
* | tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-041-70/+0
* | perf tools: Move tracing_path stuff under same namespaceJiri Olsa2015-09-021-10/+10
* | perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa2015-09-021-7/+7
|/
* perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa2015-08-281-1/+0
* perf tools: Add tracing_path and remove unneeded functionsJiri Olsa2015-08-281-52/+4
* perf callchain: Move option parsing code to util.cKan Liang2015-08-081-0/+90
* perf tools: Avoid possible race condition in copyfile()Milos Vyletel2015-06-101-15/+31
* perf tools: Introduce copyfile_offset() functionNamhyung Kim2015-05-181-9/+29
* perf tools: Add rm_rf() utility functionNamhyung Kim2015-05-181-0/+43
* perf tools: Introduce dump_stack signal helperArnaldo Carvalho de Melo2015-02-241-0/+7
* perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)2015-02-111-11/+49
* perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo2014-12-111-8/+1
* tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo2014-12-111-17/+0
* perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2014-10-031-0/+8
* perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu2014-08-151-2/+3
* perf tools: Introduce set_term_quiet_input helper functionJiri Olsa2014-08-131-0/+13
* perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa2014-08-121-0/+36
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko2014-07-071-7/+2
* perf tools: Add support to dynamically get cacheline sizeDon Zickus2014-06-091-0/+1
* perf tools: Handle EINTR error for readn/writenNamhyung Kim2014-04-291-0/+2
* perf tools: Move fs.* to lib/api/fs/Borislav Petkov2014-02-181-1/+1