summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller
2018-10-31perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller
2018-10-31perf cs-etm: Correct CPU mode for samplesLeo Yan
2018-10-31perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-10-29Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar
2018-10-24perf script: Implement --graph-functionAndi Kleen
2018-10-24perf script: Make itrace script default to all callsAndi Kleen
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-10-22perf trace: Introduce per-event maximum number of events propertyArnaldo Carvalho de Melo
2018-10-22perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-19tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann
2018-10-19perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo
2018-10-18perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller
2018-10-18perf jitdump: Add Sparc support.David Miller
2018-10-18perf annotate: Add Sparc supportDavid Miller
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov
2018-10-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa
2018-10-09Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm...Ingo Molnar
2018-10-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov
2018-10-08perf python: More portable way to make CFLAGS work with clangEduardo Habkost
2018-10-08perf python: Make clang_has_option() work on Python 3Eduardo Habkost
2018-10-08perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma
2018-10-08perf tools: Avoid double free in read_event_file()Sanskriti Sharma
2018-10-08perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma
2018-10-08perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma
2018-10-08perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma
2018-10-08perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONGArnaldo Carvalho de Melo
2018-10-05perf record: Use unmapped IP for inline callchain cursorsMilian Wolff
2018-10-05perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo
2018-09-27perf report: Don't try to map ip to invalid mapMilian Wolff
2018-09-24perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria
2018-09-20perf intel-pt: Implement decoder flags for trace begin / endAdrian Hunter
2018-09-20perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter
2018-09-20perf tools: Improve thread_stack__process() for trace begin / endAdrian Hunter
2018-09-20perf tools: Improve thread_stack__event() for trace begin / endAdrian Hunter
2018-09-20perf db-export: Add trace begin / end branch type variantsAdrian Hunter
2018-09-19tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)