summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-bts.c
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()Arnaldo Carvalho de Melo2020-05-051-2/+2
* perf thread-stack: Add branch stack supportAdrian Hunter2020-05-051-1/+1
* perf intel-bts: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+10
* libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-251-1/+1
* libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-251-1/+1
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-2/+2
* libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa2019-08-291-1/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo2019-08-261-1/+1
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-9/+9
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-1/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-1/+1
* perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+2
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen2019-03-061-18/+2
* perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-061-2/+2
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-021-2/+2
* perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-10-311-5/+12
* perf script: Make itrace script default to all callsAndi Kleen2018-10-241-1/+2
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-2/+1
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter2018-01-181-1/+1
* perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter2018-01-181-5/+1
* perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-3/+3
* perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv arrayKim Phillips2017-06-191-2/+0
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen2016-10-241-0/+1
* perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter2016-10-241-5/+3
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-051-1/+1
* perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo2016-09-051-1/+1
* perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter2016-06-231-5/+17
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-1/+1
* perf tools: Add support for skipping itrace instructionsAndi Kleen2016-03-301-0/+5
* perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-291-0/+1
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter2015-09-021-1/+1
* perf tools: Add Intel BTS supportAdrian Hunter2015-08-211-0/+933