aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds25-66/+269
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2-14/+25
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter3-12/+40
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller4-10/+25
2018-10-31perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller1-1/+34
2018-10-31perf cs-etm: Correct CPU mode for samplesLeo Yan1-9/+30
2018-10-31perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff1-2/+2
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-22/+106
2018-10-29Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar1-12/+3
2018-10-24perf script: Implement --graph-functionAndi Kleen2-1/+4
2018-10-24perf script: Make itrace script default to all callsAndi Kleen5-9/+22
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+3
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds42-453/+2034
2018-10-22perf trace: Introduce per-event maximum number of events propertyArnaldo Carvalho de Melo1-0/+1
2018-10-22perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo3-7/+19
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-12/+3
2018-10-19tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann1-12/+3
2018-10-19perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo5-0/+17
2018-10-18perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller1-1/+11
2018-10-18perf jitdump: Add Sparc support.David Miller1-0/+6
2018-10-18perf annotate: Add Sparc supportDavid Miller1-0/+8
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov3-0/+25
2018-10-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo4-25/+16
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo1-19/+2
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff1-0/+3
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller1-0/+1
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpusJiri Olsa1-0/+3
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa1-6/+7
2018-10-09Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar6-24/+42
2018-10-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-3/+5
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a local header fileTzvetomir Stoyanov2-11/+16
2018-10-08perf python: More portable way to make CFLAGS work with clangEduardo Habkost1-6/+8
2018-10-08perf python: Make clang_has_option() work on Python 3Eduardo Habkost1-1/+1
2018-10-08perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma1-1/+4
2018-10-08perf tools: Avoid double free in read_event_file()Sanskriti Sharma1-3/+1
2018-10-08perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma1-0/+1
2018-10-08perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma1-0/+2
2018-10-08perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma1-2/+8
2018-10-08perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONGArnaldo Carvalho de Melo1-0/+1
2018-10-05perf record: Use unmapped IP for inline callchain cursorsMilian Wolff1-1/+2
2018-10-05perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo1-1/+1
2018-09-27perf report: Don't try to map ip to invalid mapMilian Wolff1-2/+3
2018-09-24perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria6-22/+106
2018-09-20perf intel-pt: Implement decoder flags for trace begin / endAdrian Hunter1-11/+23
2018-09-20perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter2-0/+7
2018-09-20perf tools: Improve thread_stack__process() for trace begin / endAdrian Hunter1-7/+9
2018-09-20perf tools: Improve thread_stack__event() for trace begin / endAdrian Hunter1-5/+30
2018-09-20perf db-export: Add trace begin / end branch type variantsAdrian Hunter1-0/+22
2018-09-19tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)1-2/+2
2018-09-19tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)1-2/+2