summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2018-06-04perf annotate: Introduce constructor/destructor for annotated_sourceArnaldo Carvalho de Melo1-3/+22
2018-06-04perf annotate: Split allocation of annotated_source structArnaldo Carvalho de Melo2-6/+10
2018-06-04perf annotate: __symbol__acount_cycles doesn't need notesArnaldo Carvalho de Melo1-5/+2
2018-06-04perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo2-8/+8
2018-06-04perf tools: No need to check if the argument to __get() function is NULLArnaldo Carvalho de Melo1-1/+1
2018-06-04perf cgroup: Make evlist__find_cgroup() more compactArnaldo Carvalho de Melo1-6/+3
2018-06-04perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo1-2/+1
2018-06-04perf tools: Remove dead quote.[ch] codeArnaldo Carvalho de Melo3-94/+0
2018-06-04Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo3-2/+30
2018-06-01perf tools intel-pt-decoder: Update insn.h from the kernel sourcesArnaldo Carvalho de Melo1-0/+18
2018-05-30perf script python: Add addr into perf sample dictLeo Yan1-0/+2
2018-05-30perf cs-etm: Fix indexing for decoder packet queueMathieu Poirier1-2/+10
2018-05-30perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing1-3/+3
2018-05-30perf parse-events: Handle uncore event aliases in small groups properlyKan Liang4-9/+137
2018-05-23perf kcore_copy: Amend the offset of sections that remap kernel textAdrian Hunter1-2/+51
2018-05-23perf kcore_copy: Copy x86 PTI entry trampoline sectionsAdrian Hunter1-0/+42
2018-05-23perf kcore_copy: Get rid of kernel_mapAdrian Hunter1-18/+52
2018-05-23perf kcore_copy: Iterate phdrsAdrian Hunter1-15/+10
2018-05-23perf kcore_copy: Layout sectionsAdrian Hunter1-3/+22
2018-05-23perf kcore_copy: Calculate offset from phnumAdrian Hunter1-1/+5
2018-05-23perf kcore_copy: Keep a count of phdrsAdrian Hunter1-5/+4
2018-05-23perf kcore_copy: Keep phdr data in a listAdrian Hunter1-0/+9
2018-05-23perf annotate: Show group event string for stdioJin Yao1-1/+5
2018-05-23perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter3-7/+63
2018-05-23perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter3-19/+83
2018-05-22perf machine: Allow for extra kernel mapsAdrian Hunter5-12/+34
2018-05-22perf machine: Fix map_groups__split_kallsyms() for entry trampoline symbolsAdrian Hunter2-0/+21
2018-05-22perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter3-5/+106
2018-05-22perf machine: Add nr_cpus_avail()Adrian Hunter4-0/+20
2018-05-21perf evlist: Introduce force_leader() methodJin Yao2-0/+18
2018-05-19perf tools: Fix kernel_start for PTI on x86Adrian Hunter1-1/+6
2018-05-19perf machine: Add machine__is() to identify machine archAdrian Hunter4-0/+31
2018-05-19perf annotate: Create hotkey 'c' to show min/max cyclesJin Yao2-7/+37
2018-05-18perf annotate: Record the min/max cyclesJin Yao2-1/+17
2018-05-17perf script: Show virtual addresses instead of offsetsSandipan Das1-1/+1
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo3-1/+16
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo4-6/+25
2018-05-17tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo1-4/+4
2018-05-17perf parse-events: Use get/put_events_file()Arnaldo Carvalho de Melo2-19/+39
2018-05-17perf tools: Reuse the path to the tracepoint /events/ directoryArnaldo Carvalho de Melo1-8/+7
2018-05-17tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo1-6/+5
2018-05-16tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo1-2/+1
2018-05-16perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo2-8/+9
2018-05-16perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing1-3/+3
2018-05-16perf parse-events: Handle uncore event aliases in small groups properlyKan Liang4-9/+137
2018-05-15perf tools: Use the "_stest" symbol to identify the kernel map when loading k...Adrian Hunter1-8/+8
2018-05-15perf llvm-utils: Add bpf include path to clang command lineArnaldo Carvalho de Melo2-5/+16
2018-05-15Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo4-9/+32
2018-05-11perf tools: Add missing newline when parsing empty BPF proggieArnaldo Carvalho de Melo1-1/+1
2018-05-11perf cs-etm: Remove redundant spaceLeo Yan1-2/+2