aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-26perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo1-3/+3
2017-07-26perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros2-1/+6
2017-07-26perf stat: Use group read for event groupsJiri Olsa2-0/+11
2017-07-26perf evsel: Add read_counter()Jiri Olsa4-2/+109
2017-07-26perf tools: Add perf_evsel__read_size functionJiri Olsa1-1/+28
2017-07-25perf annotate stdio: Fix column header when using --show-total-periodTaeung Song1-1/+2
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2-48/+111
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf recordJin Yao3-4/+18
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram1-4/+18
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram1-1/+40
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram1-0/+51
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram1-41/+53
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram1-16/+22
2017-07-25perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa1-0/+8
2017-07-25perf cgroup: Fix refcount usageArnaldo Carvalho de Melo1-3/+5
2017-07-25perf annotate stdio: Fix --show-total-periodTaeung Song1-1/+1
2017-07-21perf annotate: Store the sample period in each histogram bucketTaeung Song2-5/+13
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2-9/+15
2017-07-21perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2-14/+14
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song2-24/+30
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo4-9/+10
2017-07-18perf report: Show branch type in callchain entryJin Yao3-19/+50
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao1-4/+1
2017-07-18perf util: Create branch.c/.h for common branch functionsJin Yao4-1/+174
2017-07-18perf report: Refactor the branch info printing codeJin Yao1-59/+41
2017-07-18perf record: Create a new option save_type in --branch-filterJin Yao1-0/+1
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros1-2/+17
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros6-1/+122
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros1-0/+7
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros1-28/+44
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros1-5/+70
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros1-10/+11
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros1-51/+50
2017-07-18perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros1-34/+24
2017-07-18perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros1-85/+79
2017-07-18perf header: Use struct feat_fd for printDavid Carrillo-Cisneros1-55/+47
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros4-111/+138
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros3-10/+8
2017-07-18perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2-3/+5
2017-07-18perf header: Fail on write_padded errorDavid Carrillo-Cisneros1-1/+5
2017-07-18perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros1-48/+17
2017-07-18perf header: Encapsulate read and swapDavid Carrillo-Cisneros1-133/+77
2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa1-0/+4
2017-07-18perf evlist: Allow asking for max precise_ip in add_default()Arnaldo Carvalho de Melo2-3/+10
2017-07-18perf evsel: Allow asking for max precise_ip in new_cycles()Arnaldo Carvalho de Melo3-4/+7
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen7-12/+89
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen11-45/+110
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen4-29/+76
2017-07-18perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen6-27/+160
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen8-0/+180