summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf report: Fix module symbol adjustment for s390xThomas Richter2017-08-112-1/+10
* perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter2017-08-114-10/+19
* perf srcline: Do not consider empty files as valid srclinesMilian Wolff2017-08-111-0/+6
* perf util: Take elf_name as const string in dso__demangle_symMilian Wolff2017-08-113-3/+3
* perf tools: Add missing newline to expr parser error messagesAndi Kleen2017-08-111-1/+1
* perf stat: Fix saved values rbtree lookupAndi Kleen2017-08-111-1/+5
* perf data: Add mmap[2] events to CTF conversionGeneviève Bastien2017-07-281-0/+35
* perf data: Add callchain to CTF conversionGeneviève Bastien2017-07-281-1/+91
* perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo2017-07-281-2/+3
* perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo2017-07-261-3/+3
* perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros2017-07-262-1/+6
* perf stat: Use group read for event groupsJiri Olsa2017-07-262-0/+11
* perf evsel: Add read_counter()Jiri Olsa2017-07-264-2/+109
* perf tools: Add perf_evsel__read_size functionJiri Olsa2017-07-261-1/+28
* perf annotate stdio: Fix column header when using --show-total-periodTaeung Song2017-07-251-1/+2
* perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2017-07-252-48/+111
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-253-4/+18
* perf script python: Generate hooks with additional argumentArun Kalyanasundaram2017-07-251-4/+18
* perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram2017-07-251-1/+40
* perf script python: Add sample_read to dictArun Kalyanasundaram2017-07-251-0/+51
* perf script python: Refactor creation of perf sample dictArun Kalyanasundaram2017-07-251-41/+53
* perf script python: Allocate memory only if handler existsArun Kalyanasundaram2017-07-251-16/+22
* perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa2017-07-251-0/+8
* perf cgroup: Fix refcount usageArnaldo Carvalho de Melo2017-07-251-3/+5
* perf annotate stdio: Fix --show-total-periodTaeung Song2017-07-251-1/+1
* perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-212-5/+13
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-212-9/+15
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-212-14/+14
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-212-24/+30
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-204-9/+10
* perf report: Show branch type in callchain entryJin Yao2017-07-183-19/+50
* perf report: Show branch type statistics for stdio modeJin Yao2017-07-181-4/+1
* perf util: Create branch.c/.h for common branch functionsJin Yao2017-07-184-1/+174
* perf report: Refactor the branch info printing codeJin Yao2017-07-181-59/+41
* perf record: Create a new option save_type in --branch-filterJin Yao2017-07-181-0/+1
* perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros2017-07-181-2/+17
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-186-1/+122
* perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros2017-07-181-0/+7
* perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros2017-07-181-28/+44
* perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros2017-07-181-5/+70
* perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros2017-07-181-10/+11
* perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros2017-07-181-51/+50
* perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-181-34/+24
* perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros2017-07-181-85/+79
* perf header: Use struct feat_fd for printDavid Carrillo-Cisneros2017-07-181-55/+47
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-184-111/+138
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-183-10/+8
* perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2017-07-182-3/+5
* perf header: Fail on write_padded errorDavid Carrillo-Cisneros2017-07-181-1/+5
* perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros2017-07-181-48/+17
OpenPOWER on IntegriCloud