Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234347
b: refs/heads/master
c: 915fce2
h: refs/heads/master
i:
  234345: 698f777
  234343: c614a5e
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 22, 2011
1 parent 23d3e2c commit a863c12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a27d7f9f417c0305f7efa70631764a53c7af219
refs/heads/master: 915fce20ecf8f7ff4189d0fff42b62aebf6a57cc
5 changes: 5 additions & 0 deletions trunk/tools/perf/util/cpumap.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,8 @@ struct cpu_map *cpu_map__dummy_new(void)

return cpus;
}

void cpu_map__delete(struct cpu_map *map)
{
free(map);
}
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/cpumap.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ struct cpu_map {

struct cpu_map *cpu_map__new(const char *cpu_list);
struct cpu_map *cpu_map__dummy_new(void);
void *cpu_map__delete(struct cpu_map *map);
void cpu_map__delete(struct cpu_map *map);

#endif /* __PERF_CPUMAP_H */

0 comments on commit a863c12

Please sign in to comment.