summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perf mmap: Map data buffer for preserving collected dataAlexey Budankov2018-12-173-3/+59
* perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wen Yang2018-12-171-1/+1
* perf script: Use fallbacks for branch stacksAdrian Hunter2018-12-171-8/+8
* perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter2018-12-171-1/+1
* perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter2018-12-174-0/+60
* perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter2018-12-172-0/+5
* perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo2018-12-171-1/+1
* perf map: Remove extra indirection from map__find()Eric Saint-Etienne2018-12-171-7/+6
* perf stat: Fix CSV mode column output for non-cgroup eventsStephane Eranian2018-12-171-5/+11
* perf stat: Fix shadow stats for clock eventsRavi Bangoria2018-12-171-1/+2
* perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang2018-11-222-39/+39
* perf symbols: Fix slowness due to -ffunction-sectionEric Saint-Etienne2018-11-223-2/+42
* perf vendor events: Add stepping in CPUID string for x86Kan Liang2018-11-221-1/+1
* perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria2018-11-221-2/+1
* perf pmu: Suppress potential format-truncation warningBen Hutchings2018-11-221-4/+4
* perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*Arnaldo Carvalho de Melo2018-11-212-8/+8
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-11-192-2/+16
* tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo2018-11-193-0/+23
* perf tools: Fix crash on synthesizing the unitJiri Olsa2018-11-121-1/+1
* Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://git.kernel.org/pub/s...Ingo Molnar2018-11-068-5/+54
|\
| * perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-061-1/+0
| * perf intel-pt: Add MTC and CYC timestamps to debug logAdrian Hunter2018-11-051-0/+4
| * perf intel-pt: Add more event information to debug logAdrian Hunter2018-11-053-3/+19
| * perf stat: Handle different PMU names with common prefixThomas Richter2018-11-051-1/+1
| * perf evlist: Move perf_evsel__reset_weak_group into evlistAndi Kleen2018-11-052-0/+30
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-0425-66/+269
|\|
| * perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-10-312-14/+25
| * perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-10-313-12/+40
| * perf tools: Don't clone maps from parent when synthesizing forksDavid Miller2018-10-314-10/+25
| * perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller2018-10-311-1/+34
| * perf cs-etm: Correct CPU mode for samplesLeo Yan2018-10-311-9/+30
| * perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2018-10-311-2/+2
| * Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar2018-10-291-12/+3
| |\
| * | perf script: Implement --graph-functionAndi Kleen2018-10-242-1/+4
| * | perf script: Make itrace script default to all callsAndi Kleen2018-10-245-9/+22
| * | perf trace: Introduce per-event maximum number of events propertyArnaldo Carvalho de Melo2018-10-221-0/+1
| * | perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo2018-10-223-7/+19
| * | perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo2018-10-195-0/+17
| * | perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-10-181-1/+11
| * | perf jitdump: Add Sparc support.David Miller2018-10-181-0/+6
| * | perf annotate: Add Sparc supportDavid Miller2018-10-181-0/+8
| * | perf record: Encode -k clockid frequency into Perf traceAlexey Budankov2018-10-183-0/+25
| * | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2018-10-184-25/+16
| |\ \
* | \ \ Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-306-22/+106
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria2018-09-246-22/+106
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-241-12/+3
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-221-12/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann2018-10-191-12/+3
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-2342-453/+2034
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm...Ingo Molnar2018-10-096-24/+42
| |\ \ \