summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo2019-02-201-1/+2
* perf report: Fix wrong iteration count in --branch-historyJin Yao2019-02-203-13/+22
* perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-121-1/+1
* perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa2019-02-121-1/+2
* perf build: Don't unconditionally link the libbfd feature test to -liberty an...Stanislav Fomichev2019-02-121-21/+23
* perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo2019-02-121-1/+1
* perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo2019-02-121-1/+3
* perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf test: Fix perf_event_attr test failureAdrian Hunter2019-02-121-1/+1
* perf tools: Add Hygon Dhyana supportPu Wen2019-02-121-1/+1
* perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo2019-01-262-0/+5
* perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2019-01-262-0/+5
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2019-01-261-1/+1
* perf stat: Avoid segfaults caused by negated optionsMichael Petlan2019-01-261-1/+7
* perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKXAndi Kleen2019-01-262-2/+2
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli2019-01-261-6/+14
* perf intel-pt: Fix error with config term "pt=0"Adrian Hunter2019-01-261-0/+11
* perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo2019-01-091-1/+1
* perf pmu: Suppress potential format-truncation warningBen Hutchings2019-01-091-4/+4
* perf script: Use fallbacks for branch stacksAdrian Hunter2019-01-092-14/+14
* perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter2019-01-091-1/+1
* perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter2019-01-094-0/+60
* perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter2019-01-094-0/+16
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-12-172-2/+16
* perf tools: Fix crash on synthesizing the unitJiri Olsa2018-12-172-2/+2
* perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-272-2/+0Star
* perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-271-11/+38
* perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-11-271-1/+11
* perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2018-11-271-2/+2
* perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-11-213-12/+40
* perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-11-212-14/+25
* perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller2018-11-211-1/+34
* perf stat: Handle different PMU names with common prefixThomas Richter2018-11-211-1/+1
* perf cs-etm: Correct CPU mode for samplesLeo Yan2018-11-211-9/+30
* perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfoArnaldo Carvalho de Melo2018-11-131-1/+1
* perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma2018-11-131-2/+8
* perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma2018-11-131-0/+1
* perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-11-131-0/+2
* perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma2018-11-131-1/+4
* perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo2018-10-171-19/+2Star
* perf tools: Pass build flags to traceevent buildJiri Olsa2018-10-161-1/+1
* perf report: Don't crash on invalid inline debug informationMilian Wolff2018-10-161-0/+3
* perf cpu_map: Align cpu map synthesized events properly.David Miller2018-10-161-0/+1
* perf tools: Fix use of alternatives to find JDIRJarod Wilson2018-10-161-1/+1
* perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa2018-10-162-0/+4
* perf vendor events intel: Fix wrong filter_band* values for uncore eventsJiri Olsa2018-10-112-16/+16