summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.h
AgeCommit message (Expand)Author
2015-08-28perf tools: Add tracing_path and remove unneeded functionsJiri Olsa
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen
2015-08-08perf callchain: Move option parsing code to util.cKan Liang
2015-07-06perf tools: Asprintf like functions to format integer filter expressionArnaldo Carvalho de Melo
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-03-21perf tools: Add lzma decompression support for kernel moduleJiri Olsa
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-19perf: Fix building warning on ARM 32Wang Nan
2014-12-17perf evlist: Use roundup_pow_of_twoArnaldo Carvalho de Melo
2014-12-17tools: Move code originally from linux/log2.h to tools/include/linux/Arnaldo Carvalho de Melo
2014-12-11tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo
2014-12-09perf tools: Add --buildid-dir option to set cache directoryJiri Olsa
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen
2014-11-19perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim
2014-11-05perf tools: Add gzip decompression support for kernel moduleNamhyung Kim
2014-09-17perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo
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-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus
2014-05-01tools: Consolidate types.hBorislav Petkov
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-16tools/: Convert to new topic librariesBorislav 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-09perf evlist: Fix mmap pages rounding to power of 2Adrian Hunter
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa
2013-12-02perf tools: Add writen functionJiri Olsa
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa
2013-10-17perf tools: Introduce filename__read_int helperArnaldo Carvalho de Melo
2013-10-14perf tools: Add copyfile_mode()Adrian Hunter
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim
2013-10-09perf tools: Add possibility to specify mmap sizeJiri Olsa
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim
2013-05-28perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov
2013-01-24perf tools: Move ltrim() to util/string.cNamhyung Kim
2013-01-24perf tools: Move get_term_dimensions from top to util.cDavid Ahern
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa