aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-bts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-05perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()Arnaldo Carvalho de Melo1-2/+2
2020-05-05perf thread-stack: Add branch stack supportAdrian Hunter1-1/+1
2020-04-16perf intel-bts: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+10
2019-09-25libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-1/+1
2019-09-25libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-1/+1
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+0
2019-08-31perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-2/+2
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.hJiri Olsa1-1/+1
2019-08-26libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo1-1/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-9/+9
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-1/+1
2019-07-09perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan1-3/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bts codeAndi Kleen1-18/+2
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter1-2/+2
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter1-2/+2
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter1-5/+12
2018-10-24perf script: Make itrace script default to all callsAndi Kleen1-1/+2
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-2/+1
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-1/+1
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()Adrian Hunter1-1/+1
2018-01-18perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter1-5/+1
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-3/+3
2017-06-19perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv arrayKim Phillips1-2/+0
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2016-10-24perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen1-0/+1
2016-10-24perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter1-5/+3
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-1/+1
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo1-1/+1
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter1-5/+17
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-03-30perf tools: Add support for skipping itrace instructionsAndi Kleen1-0/+5
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized samplesArnaldo Carvalho de Melo1-0/+1
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2015-09-02perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter1-1/+1
2015-08-21perf tools: Add Intel BTS supportAdrian Hunter1-0/+933