summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2017-07-181-2/+4
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-181-6/+28
* perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo2017-06-201-5/+10
* perf evsel: Adopt find_process()Arnaldo Carvalho de Melo2017-06-201-37/+0
* perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo2017-04-261-27/+0
* perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo2017-04-251-22/+0
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo2017-04-241-104/+0
* perf debug: Move dump_stack() and sighandler_dump_stack() to debug.hArnaldo Carvalho de Melo2017-04-241-31/+0
* perf kvm: Make function only used by 'perf kvm' staticArnaldo Carvalho de Melo2017-04-241-14/+0
* perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo2017-04-201-25/+0
* perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo2017-04-201-35/+0
* perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo2017-04-201-0/+1
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo2017-04-191-10/+0
* perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo2017-04-191-54/+0
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros2017-04-131-1/+2
* 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
OpenPOWER on IntegriCloud