summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2017-08-22perf xyarray: Save max_x, max_yAndi Kleen
2017-08-18perf annotate stdio: Support --show-nr-samples optionTaeung Song
2017-08-17perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo
2017-08-17perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo
2017-08-17perf events parse: Use just one parse events state structArnaldo Carvalho de Melo
2017-08-17perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo
2017-08-17perf events parse: Remove some needless local variablesArnaldo Carvalho de Melo
2017-08-16perf bpf: Fix endianness problem when loading parameters in prologueWang Nan
2017-08-11perf report: Fix module symbol adjustment for s390xThomas Richter
2017-08-11perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter
2017-08-11perf srcline: Do not consider empty files as valid srclinesMilian Wolff
2017-08-11perf util: Take elf_name as const string in dso__demangle_symMilian Wolff
2017-08-11perf tools: Add missing newline to expr parser error messagesAndi Kleen
2017-08-11perf stat: Fix saved values rbtree lookupAndi Kleen
2017-07-28perf data: Add mmap[2] events to CTF conversionGeneviève Bastien
2017-07-28perf data: Add callchain to CTF conversionGeneviève Bastien
2017-07-28perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo
2017-07-26perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo
2017-07-26perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros
2017-07-26perf stat: Use group read for event groupsJiri Olsa
2017-07-26perf evsel: Add read_counter()Jiri Olsa
2017-07-26perf tools: Add perf_evsel__read_size functionJiri Olsa
2017-07-25perf annotate stdio: Fix column header when using --show-total-periodTaeung Song
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram
2017-07-25perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa
2017-07-25perf cgroup: Fix refcount usageArnaldo Carvalho de Melo
2017-07-25perf annotate stdio: Fix --show-total-periodTaeung Song
2017-07-21perf annotate: Store the sample period in each histogram bucketTaeung Song
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song
2017-07-21perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-07-18perf report: Show branch type in callchain entryJin Yao
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao
2017-07-18perf util: Create branch.c/.h for common branch functionsJin Yao
2017-07-18perf report: Refactor the branch info printing codeJin Yao
2017-07-18perf record: Create a new option save_type in --branch-filterJin Yao
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros