summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...Arnaldo Carvalho de Melo2020-11-306-10/+10
* | | | | perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo2020-11-305-61/+41
* | | | | perf test: Add shadow stat testNamhyung Kim2020-11-301-0/+80
* | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-11-3013-30/+68
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-272-4/+19
| * | | | perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-11-271-0/+8
| * | | | perf stat: Use proper cpu for shadow statsNamhyung Kim2020-11-271-4/+1
| * | | | perf record: Synthesize cgroup events only if neededNamhyung Kim2020-11-271-0/+3
| * | | | perf diff: Fix error return value in __cmd_diff()Zhen Lei2020-11-271-1/+3
| * | | | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-271-6/+9
| | |_|/ | |/| |
| * | | perf test: Avoid an msan warning in a copied stack.Ian Rogers2020-11-161-0/+7
| * | | perf inject: Fix file corruption due to event deletionAl Grant2020-11-161-11/+1
| * | | perf test: Update branch sample pattern for cs-etmLeo Yan2020-11-121-1/+1
| * | | perf test: Fix a typo in cs-etm testingLeo Yan2020-11-121-1/+1
| * | | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2020-11-123-0/+13
| * | | perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-121-1/+1
| * | | perf lock: Correct field name "flags"Leo Yan2020-11-121-1/+1
| |/ /
* | | perf build-id: Add build_id_cache__add functionJiri Olsa2020-11-272-15/+29
* | | perf build-id: Add __perf_session__cache_build_ids functionJiri Olsa2020-11-272-2/+11
* | | perf build-id: Use machine__for_each_dso in perf_session__cache_build_idsJiri Olsa2020-11-271-25/+16
* | | perf data: Add is_perf_data functionJiri Olsa2020-11-272-0/+20
* | | perf symbols: Try to load vmlinux from buildid databaseJiri Olsa2020-11-273-3/+28
* | | perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_eventJiri Olsa2020-11-271-29/+33
* | | perf build-id: Add check for existing link in buildid dirJiri Olsa2020-11-271-1/+18
* | | perf tools: Add filename__decompress functionJiri Olsa2020-11-272-12/+21
* | | perf tools: Add build_id__is_defined functionJiri Olsa2020-11-272-0/+7
* | | perf arm-spe: Add support for ARMv8.3-SPEWei Li2020-11-262-2/+50
* | | perf arm_spe: Decode memory tagging propertiesAndre Przywara2020-11-262-1/+7
* | | perf arm-spe: Add more sub classes for operation packetLeo Yan2020-11-261-2/+16
* | | perf arm-spe: Refactor operation packet handlingLeo Yan2020-11-262-12/+37
* | | perf arm-spe: Add new function arm_spe_pkt_desc_op_type()Leo Yan2020-11-261-34/+45
* | | perf arm-spe: Remove size condition checking for eventsLeo Yan2020-11-262-14/+9
* | | perf arm-spe: Refactor event type handlingLeo Yan2020-11-263-28/+29
* | | perf arm-spe: Add new function arm_spe_pkt_desc_event()Leo Yan2020-11-261-26/+37
* | | perf arm-spe: Refactor counter packet handlingLeo Yan2020-11-262-5/+11
* | | perf arm-spe: Add new function arm_spe_pkt_desc_counter()Leo Yan2020-11-261-15/+28
* | | perf arm-spe: Refactor context packet handlingLeo Yan2020-11-262-1/+4
* | | perf arm_spe: Fixup top byte for data virtual addressLeo Yan2020-11-261-3/+17
* | | perf arm-spe: Refactor address packet handlingLeo Yan2020-11-263-42/+48
* | | perf arm-spe: Add new function arm_spe_pkt_desc_addr()Leo Yan2020-11-261-26/+38
* | | perf arm-spe: Refactor packet header parsingLeo Yan2020-11-262-51/+61
* | | perf arm-spe: Refactor printing string to bufferLeo Yan2020-11-262-153/+151
* | | perf expr: Force encapsulation on expr_id_dataIan Rogers2020-11-164-25/+66
* | | perf vendor events: Update Skylake client events to v50Jin Yao2020-11-168-4502/+4552
* | | perf data: Allow to use stdio functions for pipe modeNamhyung Kim2020-11-165-11/+58
* | | perf arm-spe: Fix packet length handlingLeo Yan2020-11-111-22/+12
* | | perf arm-spe: Refactor arm_spe_get_events()Leo Yan2020-11-111-4/+2
* | | perf arm-spe: Refactor payload size calculationLeo Yan2020-11-111-9/+9
* | | perf arm-spe: Fix a typo in commentLeo Yan2020-11-111-1/+1
* | | perf arm-spe: Include bitops.h for BIT() macroLeo Yan2020-11-112-8/+4