summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf tools: Move mem_bswap32/64 to util.cAdrian Hunter2013-12-131-0/+22
* perf tools: Add perf_event_paranoid()Adrian Hunter2013-12-131-0/+19
* perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang2013-12-091-0/+14
* perf tools: Add filename__read_str util functionJiri Olsa2013-12-041-0/+49
* perf tools: Add writen functionJiri Olsa2013-12-021-5/+19
* perf tools: Fine tune readn functionJiri Olsa2013-12-021-5/+11
* perf tools: Use correct return type for readn functionJiri Olsa2013-12-021-2/+2
* perf tools: Do not accept parse_tag_value() overflowAdrian Hunter2013-10-231-0/+2
* perf tools: Introduce filename__read_int helperArnaldo Carvalho de Melo2013-10-171-0/+17
* perf tools: Add copyfile_mode()Adrian Hunter2013-10-141-5/+13
* perf tools: Add possibility to specify mmap sizeJiri Olsa2013-10-091-0/+25
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* perf util: Add parse_nsec_time() functionNamhyung Kim2013-08-071-0/+33
* perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim2013-07-121-0/+59
* perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov2013-03-151-0/+27
* perf tools: Move get_term_dimensions from top to util.cDavid Ahern2013-01-241-0/+22
* perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo2013-01-241-0/+2
* perf tools: Move hex2u64 into util objectJiri Olsa2012-10-291-0/+33
* perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo2012-10-061-0/+2
* perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim2012-10-021-2/+2
* perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea2012-09-071-0/+6
* perf tools: Add dump_stack functionArnaldo Carvalho de Melo2012-08-071-0/+19
* perf annotate browser: Align jump labelsArnaldo Carvalho de Melo2012-04-191-0/+10
* perf tools: cleanup initialization of attr->sizeStephane Eranian2012-02-131-0/+2
* perf tools: Change perf_guest default back to falseJoerg Roedel2012-02-131-1/+1
* perf kvm: Do guest-only counting by defaultJoerg Roedel2012-01-061-0/+15
* perf util: Move do_read from session to utilArnaldo Carvalho de Melo2011-01-031-0/+17
* perf report: Report number of events, not samplesArnaldo Carvalho de Melo2010-05-141-0/+22
* perf: Fix implicit declaration of getline in util.cFrederic Weisbecker2010-01-171-6/+1
* perf symbols: Cache /proc/kallsyms files by build-idArnaldo Carvalho de Melo2010-01-161-0/+30
* perf record: Introduce a symtab cacheArnaldo Carvalho de Melo2009-12-281-0/+69