summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2022-02-15perf tools: Define Intel PT iflag synthesized eventAdrian Hunter
2022-02-15perf tools: Define Intel PT CFE (Control Flow Event) / EVD (Event Data) eventAdrian Hunter
2022-02-15perf intel-pt: decoder: Add MODE.Exec IFLAG processingAdrian Hunter
2022-02-15perf intel-pt: decoder: Add CFE (Control Flow Event) and EVD (Event Data) pro...Adrian Hunter
2022-02-15perf intel-pt: decoder: Factor out clearing of FUP (Flow Update) event variablesAdrian Hunter
2022-02-15perf intel-pt: decoder: Add config bit definitionsAdrian Hunter
2022-02-15perf intel-pt: pkt-decoder: Add MODE.Exec IFLAG bitAdrian Hunter
2022-02-15perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter
2022-02-15perf intel-pt: pkt-decoder: Remove misplaced linebreakAdrian Hunter
2022-02-14perf map: Make map__contains_symbol() args constIan Rogers
2022-02-14perf maps: Move maps code to own C fileIan Rogers
2022-02-14perf maps: Reduce scope of init and exitIan Rogers
2022-02-14perf maps: Use a pointer for kmapsIan Rogers
2022-02-14perf bpf: Stop using deprecated bpf_object__next() APIChristy Lee
2022-02-14perf bpf: Stop using deprecated bpf_load_program() APIChristy Lee
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers
2022-02-11perf map: Add const to map_ip and unmap_ipIan Rogers
2022-02-11perf cpumap: Use for each loopIan Rogers
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev
2022-02-10perf session: Load data directory files for analysisAlexey Bayduraev
2022-02-10perf record: Extend --threads command line optionAlexey Bayduraev
2022-02-10perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev
2022-02-10perf record: Introduce data file at mmap buffer objectAlexey Bayduraev
2022-02-10perf record: Start threads in the beginning of trace streamingAlexey Bayduraev
2022-02-10perf record: Introduce function to propagate control commandsAlexey Bayduraev
2022-02-10perf annotate: Try chroot filename for objdumpNamhyung Kim
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-06perf stat: Fix display of grouped aliased eventsIan Rogers
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez
2022-02-06perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida
2022-02-06perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan
2022-02-06perf session: Check for NULL pointer before dereferenceAmeer Hamza
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim
2022-02-06perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-25perf: use generic bpf_program__set_type() to set BPF prog typeAndrii Nakryiko
2022-01-24perf: Stop using bpf_object__open_buffer() APIChristy Lee
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo
2022-01-18perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo
2022-01-18perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo
2022-01-18perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo