aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c
AgeCommit message (Expand)Author
2019-12-16perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen
2019-02-25perf tools: Add rm_rf_perf_data functionJiri Olsa
2019-02-25perf tools: Add pattern name checking to rm_rfJiri Olsa
2019-02-25perf tools: Add depth checking to rm_rfJiri Olsa
2019-02-20perf tools: Make rm_rf() remove single fileJiri Olsa
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo
2018-09-19perf util: Make copyfile_offset() globalJiri Olsa
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo
2018-02-15perf tools: Substitute yet another strtoull()Andy Shevchenko
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo
2017-07-18perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen
2017-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo
2017-04-26perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo
2017-04-24perf debug: Move dump_stack() and sighandler_dump_stack() to debug.hArnaldo Carvalho de Melo
2017-04-24perf kvm: Make function only used by 'perf kvm' staticArnaldo Carvalho de Melo
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-13perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros
2017-01-31tools perf util: Make rm_rf(path) argument constJoe Stringer
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
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