aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-15perf tools: Substitute yet another strtoull()Andy Shevchenko1-22/+2
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-0/+13
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo1-1/+2
2017-07-18perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros1-2/+4
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen1-6/+28
2017-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo1-5/+10
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo1-37/+0
2017-04-26perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo1-27/+0
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo1-22/+0
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo1-104/+0
2017-04-24perf debug: Move dump_stack() and sighandler_dump_stack() to debug.hArnaldo Carvalho de Melo1-31/+0
2017-04-24perf kvm: Make function only used by 'perf kvm' staticArnaldo Carvalho de Melo1-14/+0
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo1-25/+0
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo1-35/+0
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo1-10/+0
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo1-54/+0
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-13perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros1-1/+2
2017-01-31tools perf util: Make rm_rf(path) argument constJoe Stringer1-1/+1
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa1-0/+13
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern1-33/+0
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan1-2/+53
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim1-0/+8
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